Use metrics from kubectl¶
Run the following commands to verify that metrics are available through the Kubernetes Metrics API:
kubectl top nodes
kubectl top pods -A
Verify that the output includes CPU and memory usage columns and does not report errors related to a missing metrics API.