mcp-server-kubernetes

by Flux159
MIT License
3,756
466
  • Linux
  • Apple

create_deployment

Set up a Kubernetes deployment with specified name, namespace, and container template using the MCP server. Define replicas and optional ports for scalable container orchestration.

Instructions

Create a new Kubernetes deployment

Input Schema

NameRequiredDescriptionDefault
nameYes
namespaceYes
portsNo
replicasNo
templateYes

Input Schema (JSON Schema)

{ "properties": { "name": { "type": "string" }, "namespace": { "type": "string" }, "ports": { "items": { "type": "number" }, "optional": true, "type": "array" }, "replicas": { "default": 1, "type": "number" }, "template": { "enum": [ "ubuntu", "nginx", "busybox", "alpine" ], "type": "string" } }, "required": [ "name", "namespace", "template" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-server-kubernetes

Related Tools

ID: w71ieamqrt