Skip to main content
Glama

MCP Kubernetes Server

by abhijeetka

create_deployment

Deploy Kubernetes applications by specifying name, image, namespace, and replica count. Simplifies cluster management within the MCP Kubernetes Server environment.

Instructions

Create a Kubernetes deployment with specified name, image, namespace and replicas

Input Schema

NameRequiredDescriptionDefault
imageYes
nameYes
namespaceNodefault
replicasNo

Input Schema (JSON Schema)

{ "properties": { "image": { "title": "Image", "type": "string" }, "name": { "title": "Name", "type": "string" }, "namespace": { "default": "default", "title": "Namespace", "type": "string" }, "replicas": { "default": 1, "title": "Replicas", "type": "integer" } }, "required": [ "name", "image" ], "title": "create_deploymentArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/abhijeetka/mcp-k8s-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server