- Home
- All questions
- Question 903
CKA study material · question 903 of 1000
A cluster uses a virtualisation-based container runtime, and kubectl top pod reports nothing for its Pods. What must the runtime provide?
Show the answer
Answer: B. CRI container metrics
cAdvisor reads figures from cgroups, so a runtime isolating workloads another way must implement CRI container metrics for the kubelet to have any numbers at all.
Source: Resource metrics pipeline (Kubernetes) — Resource metrics pipeline (overview)