Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 405 Bytes

monitoring.md

File metadata and controls

30 lines (18 loc) · 405 Bytes

Monitor the node consumption


kubectl top nodes

Monitor the pod consumption

kubectl top pods

Find pod with label name=high-cpu running with high CPU workloads

kubectl top pods -l name=high-cpu --sort-by=CPU