kubectl: pod name と Node IP を並べて表示。 -o wide で見えるIPとは別 kubectl get pod -o jsonpath="{range .items[*]}{.metadata.name}{'\t'}{.status.hostIP}{'\n'}"