Kubernetes

How to check to which worker node the pods were scheduled to? In other words, how to check on which node a certain Pod is running?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

kubectl get pods -o wide