Skip to content

Instantly share code, notes, and snippets.

@denzhel
Created January 24, 2021 09:05
Show Gist options
  • Save denzhel/b0d351f482cf5be4c2f47a9cda4bb782 to your computer and use it in GitHub Desktop.
Save denzhel/b0d351f482cf5be4c2f47a9cda4bb782 to your computer and use it in GitHub Desktop.
Where my pods are running

If you want to know on which nodes your pods are running, use this alias:

konode='k get pod -o=custom-columns=NAME:.metadata.name,STATUS:.status.phase,NODE:.spec.nodeName'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment