Using a Different Rollout Strategy
Learn how we can release a new version using the Recreate strategy.
We'll cover the following...
Using Recreate
As you may have noticed, when we are using the rollingUpdate
strategy (which is the default) we will ...