Skip to main content
Glama

MCP Kubernetes Server

by abhijeetka

update_deployment

Modify Kubernetes deployments by updating replica counts or container images. Specify the deployment name, namespace, and optional parameters for replicas or image changes.

Instructions

Update a Kubernetes deployment with new replicas count and/or image

Args: name: Name of the deployment to update namespace: Namespace of the deployment replicas: New number of replicas (optional) image: New container image (optional)

Input Schema

NameRequiredDescriptionDefault
imageNo
nameYes
namespaceNodefault
replicasNo

Input Schema (JSON Schema)

{ "properties": { "image": { "default": null, "title": "Image", "type": "string" }, "name": { "title": "Name", "type": "string" }, "namespace": { "default": "default", "title": "Namespace", "type": "string" }, "replicas": { "default": null, "title": "Replicas", "type": "integer" } }, "required": [ "name" ], "title": "update_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