kubectl get po --all-namespaces -o wide | grep $NODE_NAME
Of course becomes unbearably slow, the more pods you have
https://stackoverflow.com/questions/39231880/kubernetes-api-...
kubectl get po --all-namespaces -o wide | grep $NODE_NAME
Of course becomes unbearably slow, the more pods you have