- Home
- All questions
- Question 605
CKA study material · question 605 of 1000
A Pod references a Secret that does not exist yet. What happens by default?
Show the answer
Answer: B. None of the Pod's containers start, and the kubelet retries and reports an Event
Secret references are required unless marked optional, so the Pod waits with no containers running while the kubelet retries and reports the problem as an Event.
Source: Secrets (Kubernetes) — Working with Secrets › Optional Secrets