Skip to content

Quick Diagnosis Cards

Use these cards when you need a 30-second starting point before opening a full playbook.

Main Content

flowchart TD
    A[Quick Card] --> B[Symptom]
    B --> C[First Command]
    C --> D[Likely Branch]
Symptom First Command Likely Playbook
ImagePullBackOff kubectl describe pod <pod-name> -n <namespace> Image Pull Failure
CrashLoopBackOff kubectl logs <pod-name> -n <namespace> --previous CrashLoop
Pending pods kubectl describe pod <pod-name> -n <namespace> Pending Pods
Service returns no response kubectl get endpoints <service-name> -n <namespace> Service Unreachable
Ingress 404/502 kubectl describe ingress <ingress-name> -n <namespace> Ingress Failure
Node NotReady kubectl describe node <node-name> Node Not Ready

See Also

Sources