Top pods by restart count k8s-debug

Rank pods cluster-wide by restart count to spot crash loops fast

kubectl get po -A --sort-by='.status.containerStatuses[0].restartCount' | tail -20
more k8s-debug all 27 commands →