- Home
- All questions
- Question 902
CKA study material · question 902 of 1000
Which component collects per-container resource metrics before the kubelet exposes them?
Show the answer
Answer: D. cAdvisor, which is part of the kubelet
cAdvisor is built into the kubelet and gathers container metrics, which the kubelet then serves on /metrics/resource and /stats for metrics-server to scrape.
Source: Resource metrics pipeline (Kubernetes) — Resource metrics pipeline (overview)