What problem does it solve?
This Skill helps you debug and troubleshoot Kubernetes pods, nodes, and related workloads when services are failing, containers crash, nodes become unhealthy, or users need clear diagnostic explanations.
Core Features & Use Cases
- Actionable pod triage: Checks pod status first, then drills into events and conditions to identify why a workload is stuck or unstable.
- Crash and failure forensics: Inspects current and previous container logs and aligns observed behavior with resource limits and runtime metrics.
- Workload ecosystem context: Verifies endpoints, reviews network policies, and checks node health signals to connect failures to underlying causes.
Use it when you see symptoms like Pending pods, CrashLoopBackOff, ImagePullBackOff, OOMKilled, or NotReady nodes and you need a structured diagnostic workflow that maps symptoms to the next best kubectl-backed tool calls.
Quick Start
Use the k8s-troubleshoot skill to diagnose why the pod myapp-xyz in namespace prod is stuck with CrashLoopBackOff by analyzing pod status, events, logs (including previous), and related metrics.