kubectl top
MonitoringDisplay resource usage
Examples
Common usage examples
Show node resource usage
kubectl top nodesShow pod resource usage
kubectl top podsShow container-level usage
kubectl top pods --containersShow usage for labeled pods
kubectl top pods -l app=nginxNotes
- Requires metrics-server installed
Related Commands
You might also find these useful