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

CKA study material · question 424 of 1000

What is the default restartPolicy for a Pod?

  1. Never
  2. Always
  3. There is no default; it must be set
  4. OnFailure
Show the answer

Answer: B. Always

restartPolicy defaults to Always and applies to app containers and to regular init containers.

Source: Pod Lifecycle (Kubernetes) — Container restart policy

Challenge yourself on this topic → Study as cards