- Home
- All questions
- Question 437
CKA study material · question 437 of 1000
A Pod with restartPolicy Never has an init container that exits with an error. What is the outcome?
Show the answer
Answer: D. The whole Pod is treated as failed
With restartPolicy Never, an init container failure makes Kubernetes treat the whole Pod as failed.
Source: Init Containers (Kubernetes) — Understanding init containers