container-management:cluster-diagnosis
Installation
SKILL.md
Kpanda Cluster Diagnosis
Diagnose cluster health through a standardized 4-step inspection workflow.
REQUIRED SUB-SKILL: Use dce for all command execution, auth checks, and catalog discovery.
Workflow
Step 1 — Cluster Overview
dce container-management cluster get-cluster --name <cluster> -o json- Verify cluster exists and status is Running. If not, report immediately.
Step 2 — Node Health
dce container-management core list-nodes --cluster <cluster> -o json- Flag NotReady, Cordoned, or pressured nodes. Continue regardless.
Step 3 — Abnormal Pod Discovery
dce container-management core list-pods --cluster <cluster> -o json- Find Pods not in Running/Succeeded. Collect by namespace. If none, skip Step 4.