AI Features

Rolling Deployment

Explore the fundamentals and use cases of rolling deployment.

A rolling deployment strategy is a minor variation of the in-place rolling update deployment strategy. In this strategy, the new application replaces the older version by completely replacing the infrastructure rather than overwriting it. In the diagram below, imagine we have three containers running the current ...