DevOps
26 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
Prometheus
Open-source monitoring and alerting toolkit for metrics
GitOps
Framework using Git as single source of truth for configs
Continuous Deployment
Automatically deploying every tested change to production
Alerting
Notifying teams when metrics exceed thresholds
Container Orchestration
Automating container deployment scaling and management
Docker
Platform for running applications in lightweight containers