What problem does it solve?
This Skill helps Kubernetes operators quickly find the right kubectl command for inspecting clusters, debugging workloads, and safely making common operational changes without hunting through documentation.
Core Features & Use Cases
- Fast command lookup: Covers the most common kubectl actions for pods, deployments, services, nodes, namespaces, configmaps, and secrets.
- Operational debugging: Helps with high-frequency troubleshooting tasks such as checking status, reading logs, describing resources, and investigating failed rollouts.
- Safe cluster changes: Includes practical guidance for apply, delete, scale, rollout, patch, label, and annotation workflows with namespace awareness and output shaping.
- Real-world example: When a pod is crashing, the Skill points you from get to describe to logs and then to the right recovery or rollout command.
Quick Start
Use this skill to find the safest kubectl command for inspecting a failing pod, checking rollout status, or targeting the correct namespace in your current Kubernetes cluster.