- Home
- All questions
- Question 988
CKA study material · question 988 of 1000
How does kube-state-metrics obtain the information it publishes?
Show the answer
Answer: B. By connecting to the API server and watching objects
kube-state-metrics is an add-on agent that talks to the API server and exposes an HTTP endpoint generated from object state for a scraper to read.
Source: Metrics for Kubernetes Object States (Kubernetes) — Kube State Metrics (overview)