R

Rolling Deployment

Definition

A deployment strategy that gradually replaces instances of the old application version with the new version, one or a few at a time. Rolling deployments ensure zero downtime by keeping a portion of the application always available while updating the rest incrementally.

Defined Term