- Home
- All questions
- Question 402
CKA study material · question 402 of 1000
kubectl top returns no data at all in a new cluster. What is the likeliest cause?
Show the answer
Answer: C. metrics-server is not installed
kubectl top is not a built-in capability of the API server; it needs metrics-server present.
Source: Tools for Monitoring Resources (Kubernetes) — Resource metrics pipeline