Filter pods whose Ready condition is false or missing.
Section: JSONPath and Useful One-Liners
Show not-ready pods
bash
bash
kubectl get pods -A --field-selector=status.phase!=RunningLearn 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 JSONPath and Useful One-Liners
List pods with restart counts
Spot frequently restarting containers quickly.
Show which node each pod runs on
Correlate pod failures with node placement.
List images used by all pods
Find image tags currently running in the cluster.
Show pod CPU and memory usage
Requires metrics-server; useful for resource-based incidents.
List pods across all namespaces
Find failing pods anywhere in the cluster.