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

CKA study material · question 356 of 1000

A Pod stays in Waiting because of the image. What should be checked? Choose two.

  1. That the node has a hostPort free
  2. That the image was pushed to the registry
  3. That the image name is correct
  4. That the Pod has a readiness probe
Show the answer

Answer: C. That the image name is correct
B. That the image was pushed to the registry

The three checks are the image name, whether it was pushed, and whether it can be pulled manually.

Source: Debug Pods (Kubernetes) — My pod stays waiting

Challenge yourself on this topic → Study as cards