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

CKA study material · question 160 of 1000

Which concurrencyPolicy kills a still-running Job when the next run is due?

  1. Replace
  2. Forbid
  3. Allow
  4. Suspend
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

Challenge yourself on this topic → Study as cards