Rolling Updates with Deployments
Learn how to perform rolling updates with Deployments.
We'll cover the following...
Let's take a closer look at rolling updates and rollbacks.
Rolling updates
Deployments are amazing at zero-downtime rolling updates (rollouts). But they work best if we design our apps to be:
Loosely coupled via ...