Intermediate
Kubernetes
Q64 / 100
How does Kubernetes handle a Pod's restart when it crashes, in terms of "CrashLoopBackOff"?
Correct! Well done.
Incorrect.
The correct answer is B) If a container repeatedly crashes, Kubernetes restarts it with an exponentially increasing delay between restarts (CrashLoopBackOff), to avoid overwhelming the system with rapid restart attempts
B
Correct Answer
If a container repeatedly crashes, Kubernetes restarts it with an exponentially increasing delay between restarts (CrashLoopBackOff), to avoid overwhelming the system with rapid restart attempts
Explanation
CrashLoopBackOff is a status indicating the kubelet is repeatedly restarting a failing container with increasing backoff delays, often signaling an application startup error that needs investigation via logs.
Progress
64/100