Look for FailedScheduling, taints, or PVC issues.
Section: Pending and Unschedulable Pods
Describe a Pending pod
bash
bash
kubectl describe pod <pod> -n <namespace>Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Pending and Unschedulable Pods
List PersistentVolumeClaims
Check if pod scheduling is blocked on volume binding.
View pod node selectors and affinity
Inspect scheduling constraints from raw YAML.