Get a list of pods and the node they run on

kubectl \
    get \
    po \
    -o=custom-columns=NODE:.spec.nodeName,NAME:.metadata.name