- Home
- All questions
- Question 655
CKA study material · question 655 of 1000
A Job sets parallelism 1, completions 1 and restartPolicy Never. What must its program still tolerate?
Show the answer
Answer: A. Being run more than once
Even with those settings the same program may sometimes be started twice, so Job workloads must be safe to repeat — handling temporary files, locks and partial output from an earlier attempt.
Source: Jobs (Kubernetes) — Handling Pod and container failures