DevOps
151 views
Blue-Green Deployment
Quick Definition
Strategy with two identical environments for zero-downtime switching
Full Definition
A strategy maintaining two identical environments for zero-downtime switching.
Examples
instant rollback, zero downtime, traffic switching
Related Terms
deployment-strategy
canary-deployment
More DevOps Terms
Alerting
Notifying teams when metrics exceed thresholds
Service Mesh
Infrastructure layer managing service-to-service communication
Docker Compose
Tool for defining multi-container Docker applications
Continuous Integration
Frequently merging code with automated verification
Kubernetes
Open-source platform for automating container management
Branching Strategy
Convention for managing parallel development in version control