- Home
- All questions
- Question 426
CKA study material · question 426 of 1000
Why must batch work run as a Job rather than a Deployment?
Show the answer
Answer: B. A Deployment's Pod template may only use restartPolicy Always
Always is the only value a Deployment permits, whereas batch work needs OnFailure or Never.
Source: Pod Lifecycle (Kubernetes) — Restart behavior comparison