Eng

Rus

Main page

Listing kubernetes pods with the nodes they run on

$ kubectl get pod -o=custom-columns=NODE:.spec.nodeName,NAME:.metadata.name --all-namespaces