top of page
Search


How 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 Kadam
May 9, 20241 min read


How 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...
Amod Kadam
Sep 23, 20231 min read
bottom of page