inspect
Installation
SKILL.md
Inspect the Kubernetes namespace "$ARGUMENTS" using MCP tools. Follow these steps:
- List all pods in the namespace using
mcp__kubernetes__pods_list_in_namespace - List events in the namespace using
mcp__kubernetes__events_list(filtered to the namespace) - For each pod found, use
mcp__kubernetes__pods_getto retrieve full pod details — pay attention to:- Status and conditions (Ready, ContainersReady, any failures)
- Container restart counts and state (running, waiting, terminated)
- Network annotations (
k8s.v1.cni.cncf.io/network-status) for secondary interface IPs - Resource requests/limits (GPU, memory, CPU)
- Volume mounts and PVC references
- List key resources in the namespace using
mcp__kubernetes__resources_list:apps/v1 Deploymentv1 Servicek8s.cni.cncf.io/v1 NetworkAttachmentDefinitionv1 PersistentVolumeClaim