10. Sort by cpu with label

k -n web top pod --sort-by=cpu

Sort with filter by label

k -n web top pod --sort-by=cpu --selector=app=auth

Last updated

Was this helpful?