Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save codedoneteam/0534173c2bce98aaf3c70af027467465 to your computer and use it in GitHub Desktop.
Save codedoneteam/0534173c2bce98aaf3c70af027467465 to your computer and use it in GitHub Desktop.
k8s - show pods on nodes
kubectl get pod -o=custom-columns=NODE:.spec.nodeName,NAME:.metadata.name --all-namespaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment