Skip to main content
Glama

k8s-pilot

by bourbonkk

replicaset_create

Create and manage ReplicaSets in Kubernetes with specified namespaces, container images, replica counts, and labels using the k8s-pilot MCP server.

Instructions

Create a ReplicaSet in the specified namespace.

Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The ReplicaSet name image: The container image to use replicas: Number of replicas labels: Labels to apply to the ReplicaSet

Returns: Status of the creation operation

Input Schema

NameRequiredDescriptionDefault
context_nameYes
imageYes
labelsYes
nameYes
namespaceYes
replicasYes

Input Schema (JSON Schema)

{ "properties": { "context_name": { "title": "Context Name", "type": "string" }, "image": { "title": "Image", "type": "string" }, "labels": { "additionalProperties": true, "title": "Labels", "type": "object" }, "name": { "title": "Name", "type": "string" }, "namespace": { "title": "Namespace", "type": "string" }, "replicas": { "title": "Replicas", "type": "integer" } }, "required": [ "context_name", "namespace", "name", "image", "replicas", "labels" ], "title": "replicaset_createArguments", "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/bourbonkk/k8s-pilot'

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