k8s-pilot

by bourbonkk

replicaset_list

List all Kubernetes ReplicaSets in a specified namespace using the k8s-pilot MCP server. Provide context and namespace to retrieve ReplicaSet details for effective cluster management.

Instructions

List all ReplicaSets in a given namespace.

Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace

Returns: List of ReplicaSet basic information

Input Schema

NameRequiredDescriptionDefault
context_nameYes
namespaceYes

Input Schema (JSON Schema)

{ "properties": { "context_name": { "title": "Context Name", "type": "string" }, "namespace": { "title": "Namespace", "type": "string" } }, "required": [ "context_name", "namespace" ], "title": "replicaset_listArguments", "type": "object" }
ID: varavj97rf