pod_list
Retrieve a list of pods within a specified namespace in a Kubernetes cluster using the k8s-pilot MCP server. Input the context name and namespace to get pod information.
Instructions
List all pods in a given namespace.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace
Returns: List of pod basic information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
namespace | Yes |