- Home
- All questions
- Question 160
CKA study material · question 160 of 1000
Which concurrencyPolicy kills a still-running Job when the next run is due?
Show the answer
Answer: A. Replace
Replace substitutes a new run for the one still going; Allow overlaps them and Forbid skips the new one.
Source: CronJob (Kubernetes) — Concurrency policy