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

CKA study material · question 430 of 1000

A Pod never gets past PodReadyToStartContainers. What does that point to?

  1. A sandbox, networking or volume problem rather than an image problem
  2. A failing liveness probe
  3. A missing image pull secret
  4. An exhausted namespace quota
Show the answer

Answer: A. A sandbox, networking or volume problem rather than an image problem

That condition covers the sandbox, networking and mounted volumes, so a stall there is a CNI or storage fault.

Source: Pod Lifecycle (Kubernetes) — Pod conditions

Challenge yourself on this topic → Study as cards