Created
November 10, 2022 17:30
-
-
Save stevehenderson/96482f750b66f4419fa486d8d68f09db to your computer and use it in GitHub Desktop.
Kubernetes pods and their node (for namespace x)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kubectl get pods --namespace somens -o wide | awk '{print $7," ", $1}' | sort |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment