Created
August 17, 2020 09:17
-
-
Save dex4er/6a2e842e5baeb4cd7c6aebc7bedf0580 to your computer and use it in GitHub Desktop.
This file contains 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 pod -o wide | perl -pe 's/\b (?! )\b/_/g' | q -H 'select node, count(*) from - group by node' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment