What problem does it solve? Kubernetes pods that hang for hours, CrashLoopBackOff after a rollout, or silently fail against external systems (like backup agents on EC2) are hard to diagnose with kubectl alone. This Skill provides a structured diagnosis and resolution workflow for stuck Jobs, blocked CronJobs, broken Deployment rollouts, and cluster-wide issue triage. ## Core Features & Use Cases - Stuck Job/CronJob Diagnosis: Step-by-step workflow to find pods across clusters, inspect logs and events, identify root-cause patterns (polling loops, external dependency failures, stale locks), and cancel/restart operations safely. - Deployment Rollback: Identify broken ReplicaSet revisions from CrashLoopBackOff pods and roll back with rollout undo --to-revision, including Node.js missing-module image failure patterns. - Cluster-Wide Triage with Radar MCP: Triage manifest-fixable issues (orphaned HPAs, failed Jobs, TLS Certificate conflicts, missing imagePullSecrets) versus stale cache or node-level problems. - Use Case: A mongodb-backup CronJob pod has been Running for 31 hours. Use this Skill to discover the PBM agent was restarted mid-backup leaving a stale lock, cancel the backup to release the lock, delete the pod, and verify the new backup progresses. ## Quick Start Ask the assistant to diagnose why a specific Kubernetes Job or Deployment pod is stuck or CrashLoopBackOff-ing, providing the pod name and cluster context if known.