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

CKA study material · question 428 of 1000

A container has crash-looped for an hour, then runs successfully for a long stretch and crashes again. What is the restart delay?

  1. It starts from the beginning, because the backoff was reset
  2. It is doubled once more
  3. It continues at the previous maximum
  4. It is fixed at six minutes
Show the answer

Answer: A. It starts from the beginning, because the backoff was reset

Running successfully for long enough resets the backoff, so a new crash is treated as the first.

Source: Pod Lifecycle (Kubernetes) — Container restart policy

Challenge yourself on this topic → Study as cards