DevOps
140 views
Rolling Deployment
Quick Definition
Incrementally updating instances replacing old with new
Full Definition
Incrementally updating instances by replacing old versions with new ones.
Examples
batch updates, zero downtime, incremental rollout
Related Terms
blue-green-deployment
canary-deployment
More DevOps Terms
Secret Management
Securely storing and managing sensitive credentials
Feature Flags
Technique for toggling features without code deployment
SLO
Target value for a service level indicator over time
Infrastructure as Code
Managing infrastructure through version-controlled config files
Git
Distributed version control system for tracking code changes
Canary Deployment
Gradually rolling out changes to a small user subset