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

CKA study material · question 439 of 1000

Where is an init container's status reported?

  1. In the Pod's events only
  2. In .status.containerStatuses
  3. In .status.initContainerStatuses
  4. In .status.conditions
Show the answer

Answer: C. In .status.initContainerStatuses

Init container status is reported separately in .status.initContainerStatuses.

Source: Init Containers (Kubernetes) — Understanding init containers

Challenge yourself on this topic → Study as cards