Method 1
kubectl get po -o wide
If using Minikube you should see the following
Method 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.
Commentaires