- Home
- All questions
- Question 962
CKA study material · question 962 of 1000
Besides /metrics, which two endpoints does the kubelet serve? Choose two.
Show the answer
Answer: A. /metrics/cadvisor
C. /metrics/probes
The kubelet also serves /metrics/cadvisor, /metrics/resource and /metrics/probes, whose contents follow a different lifecycle from the main endpoint.
Source: Metrics For Kubernetes System Components (Kubernetes) — Metrics in Kubernetes