blue-green-deployments
Installation
SKILL.md
What I do
- Implement blue-green deployment strategies for zero-downtime releases
- Manage parallel production environments (blue = active, green = standby)
- Coordinate traffic switching between environments
- Design rollback mechanisms for rapid recovery
- Automate the entire blue-green deployment workflow
- Monitor both environments during and after deployment
When to use me
- When you need zero-downtime deployments for critical applications
- When you want to validate new releases in production-like environments
- When rapid rollback capability is a requirement
- When deploying applications that can't tolerate rolling updates
- When you need to test infrastructure changes alongside application changes
- When compliance requires production-like testing before full rollout