Hacker News new | past | comments | ask | show | jobs | submit login

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







Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: