Hacker News new | ask | show | jobs
by nielsole 1814 days ago
Want a crude way to see pods run on a node with the READY, STATUS and RESTARTS fields instead of the `kubectl describe node` output?

kubectl get po --all-namespaces -o wide | grep $NODE_NAME

Of course becomes unbearably slow, the more pods you have

1 comments