What problem does it solve?
This Skill simplifies the complex task of troubleshooting and managing Kubernetes clusters by providing a structured approach to resource inspection, debugging, and operations. It helps you quickly understand and resolve common pod and cluster issues.
Core Features & Use Cases
- Resource Inspection: Guides in listing and describing pods, deployments, namespaces, and nodes.
- Pod Failure Analysis: Helps diagnose common issues like
CrashLoopBackOff, ImagePullBackOff, and pending pods.
- Tool Preference: Prioritizes efficient MCP server tools for common read operations, falling back to
kubectl when necessary.
- Use Case: Your 'web-app' pod in the 'frontend' namespace is stuck in
CrashLoopBackOff. This Skill guides you through checking pod events, logs, and descriptions to identify the root cause and suggest next steps.
Quick Start
List all pods in the 'default' namespace and show their current status, then get the logs for pod 'my-app-xyz'.