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

CKA study material · question 440 of 1000

A Pod restarts after a node problem. What happens to its init containers?

  1. They all run again
  2. Only the failed ones run again
  3. They are skipped, since they already succeeded
  4. They run in reverse order
Show the answer

Answer: A. They all run again

If a Pod restarts, every init container executes again.

Source: Init Containers (Kubernetes) — Detailed behavior

Challenge yourself on this topic → Study as cards