- Home
- All questions
- Question 446
CKA study material · question 446 of 1000
How does a static Pod become visible to kubectl get pods?
Show the answer
Answer: A. The kubelet publishes a mirror Pod to the API server
The kubelet creates a mirror Pod on the API server for each static Pod it runs.
Source: Create static Pods (Kubernetes) — Observe static pod behavior