CKAD - Certified Kubernetes Application Developer Practice Test
CKAD Multi-Container Pods and Init Containers 3
What is the behavior when multiple Init Containers are defined in a pod?
Select your answer
A
They run in parallel for speed
B
They run sequentially in the order defined
C
They run based on resource availability
D
Only the first one runs; others are fallbacks
Hint