Study. uk . com
  1. Home
  2. All questions
  3. Question 446

CKA study material · question 446 of 1000

How does a static Pod become visible to kubectl get pods?

  1. The kubelet publishes a mirror Pod to the API server
  2. kubectl reads the manifests directory over SSH
  3. It does not; static Pods are invisible
  4. The scheduler imports it at the next sync
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

Challenge yourself on this topic → Study as cards