Amod KadamMay 91 min readHow to check on which Node POD is running ?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...
Amod KadamSep 23, 20231 min readHow to check if POD is in running Status ?When you create POD , at times POD may take some time to get created so instead of executing the get pod command again and again to...