Container Essentials: How to monitor resource utilization
book
Article ID: 284719
calendar_today
Updated On:
Products
Carbon Black Cloud Container
Issue/Introduction
Display Resource (CPU/Memory) usage of pods.
Environment
- VMWare Carbon Black Container Essentials: All Versions
Resolution
- Show metrics for all pods in the default namespace:
kubectl top pod
- Show metrics for all pods in the given namespace (replace NAMESPACE with octarine-dataplane, for example):
kubectl top pod --namespace=NAMESPACE
- Show metrics for all pods and namespaces:
kubectl top pod -A
Feedback
thumb_up
Yes
thumb_down
No