Using Recreate
As you may have noticed, when we are using the rollingUpdate strategy (which is the default) we will have, for a period of time, both versions of our application (v1 and v2) running in parallel. If we don’t want that to happen for any reason, we can configure the Deployments with a different strategy called Recreate: