Find all failed pods cluster-wide kubectl

List pods in Failed phase across namespaces for cleanup or investigation

kubectl get pods -A --field-selector status.phase=Failed
more kubectl all 73 commands →