Back to Developer Roadmap

Blue Green Deployment

src/data/question-groups/backend/content/blue-green-deployment.md

4.0233 B
Original Source

The blue-green strategy involves having two identical production environments, having one of them serving real traffic while the other is getting ready to be updated with the next release or just idle, waiting to be used as a backup.