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

CKA study material · question 158 of 1000

A Job has failed through its backoffLimit. What brings it back?

  1. A node restart
  2. The Job controller after the backoff resets
  3. The Pod's restartPolicy, once it is set to Always
  4. Nothing automatic; the failure is permanent and needs intervention
Show the answer

Answer: D. Nothing automatic; the failure is permanent and needs intervention

restartPolicy governs the Pod, not the Job, so a failed Job stays failed until someone acts.

Source: Jobs (Kubernetes) — Job termination and cleanup

Challenge yourself on this topic → Study as cards