- Home
- All questions
- Question 404
CKA study material · question 404 of 1000
How does metrics-server obtain usage figures? Choose two.
Show the answer
Answer: A. It discovers the nodes and queries each kubelet
B. The kubelet gets the figures from the container runtime over CRI
metrics-server asks each kubelet, which fetches container statistics through CRI or reads them with cAdvisor code.
Source: Tools for Monitoring Resources (Kubernetes) — Resource metrics pipeline