Controlling the Rollout Rate
Learn how we can control the rollout rate using `maxSurge` and `maxUnavailable` properties.
We'll cover the following...
maxSurge
and maxUnavailable
In this case, we only have two replicas, so rolling out a new version doesn’t take too long. But imagine if we had, say, 100 replicas running, and we wanted to roll out a new version in the same way. We’d have to add one new pod with the new version, ...