Amod KadamMay 91 min readHow to check on which Node POD is running ?Method 1 kubectl get po -o wideIf using Minikube you should see the followingMethod 2 kubectl describe no This provides a complete list of of PODS running on that node. This is quite handy in case you want to know which PODs are running on the node.
Method 1 kubectl get po -o wideIf using Minikube you should see the followingMethod 2 kubectl describe no This provides a complete list of of PODS running on that node. This is quite handy in case you want to know which PODs are running on the node.
Comments