DevOps
150 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
Container Orchestration
Automating container deployment scaling and management
Terraform
Declarative IaC tool for provisioning cloud resources
Git
Distributed version control system for tracking code changes
Branching Strategy
Convention for managing parallel development in version control
Immutable Infrastructure
Replacing servers instead of modifying them for updates
Kubernetes
Open-source platform for automating container management