Created
January 25, 2022 18:34
-
-
Save lbbedendo/7672a32514bef6f0c3b007191445af3e to your computer and use it in GitHub Desktop.
kubectl top pods sorting by memory or cpu
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 top pods --all-namespaces --containers=true --sort-by=memory | |
kubectl top pods --all-namespaces --containers=true --sort-by=cpu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment