Which deployment strategy settings control how many pods can be unavailable or created during a rollout to minimize downtime?

Prepare for the Red Hat OpenShift Developer II DO288 Exam with our quizzes. Study with flashcards and multiple choice questions, each with hints and explanations. Get ready for your certification!

Multiple Choice

Which deployment strategy settings control how many pods can be unavailable or created during a rollout to minimize downtime?

Explanation:
During a rollout, the rolling update strategy controls how many pods can be unavailable or created at once to keep the service up. The knobs you adjust are maxUnavailable and maxSurge. maxUnavailable limits how many pods can be offline during the update, helping control downtime. maxSurge allows extra pods to be created above the desired count, giving capacity to handle traffic while new pods start. Together, these settings tune the pace of the rollout and minimize downtime. Other approaches like Recreate terminate old pods before new ones start, causing downtime; Blue/Green and Canary involve traffic switching or staged releases but do not directly specify per-update pod counts in the same way.

During a rollout, the rolling update strategy controls how many pods can be unavailable or created at once to keep the service up. The knobs you adjust are maxUnavailable and maxSurge. maxUnavailable limits how many pods can be offline during the update, helping control downtime. maxSurge allows extra pods to be created above the desired count, giving capacity to handle traffic while new pods start. Together, these settings tune the pace of the rollout and minimize downtime. Other approaches like Recreate terminate old pods before new ones start, causing downtime; Blue/Green and Canary involve traffic switching or staged releases but do not directly specify per-update pod counts in the same way.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy