KCNA Exam QuestionsBrowse all questions from this exam

KCNA Exam - Question 135


If a Pod was waiting for container images to download on the scheduled node, what state would it be in?

Show Answer
Correct Answer:

Discussion

1 comment
Sign in to comment
shahy0Option: D
Mar 2, 2025

When a Pod is created in Kubernetes and is waiting for container images to be downloaded on the scheduled node, it will be in the Pending state. The Pending state indicates that the Pod has been accepted by the Kubernetes system, but one or more of the containers in the Pod have not yet been started. This can happen for several reasons, including waiting for the container images to be pulled from the container registry