- Home
- All questions
- Question 900
CKA study material · question 900 of 1000
kubectl top node returns "Metrics API not available". What is missing?
Show the answer
Answer: C. The metrics-server addon, or another Metrics API implementation
kubectl top reads the Metrics API, which nothing serves until an implementation is deployed; metrics-server is the reference one and is an addon, not a built-in component.
Source: Resource metrics pipeline (Kubernetes) — Resource metrics pipeline (overview)