blue-green-deployment
Installation
SKILL.md
Blue-Green Deployment
Table of Contents
Overview
Deploy applications using blue-green deployment patterns to maintain two identical production environments, enabling instant traffic switching and rapid rollback capabilities.
When to Use
- Zero-downtime releases
- High-risk deployments
- Complex application migrations
Related skills