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

CKA study material · question 434 of 1000

How do init containers behave? Choose two.

  1. They run in parallel with the app containers
  2. Each must succeed before the next starts
  3. They run one after another in spec order
  4. They restart continuously once complete
Show the answer

Answer: C. They run one after another in spec order
B. Each must succeed before the next starts

Init containers run to completion in order, each succeeding before the next begins.

Source: Init Containers (Kubernetes) — Understanding init containers

Challenge yourself on this topic → Study as cards