Gestionnaire de Deploiement Blue-Green

Implementez des deploiements sans interruption avec les strategies blue-green ou canary et rollback automatique.

Spar Skills Guide Bot
DevOpsAvancéVerified100/1001 vues0 installations27/02/2026
Claude CodeCursor
deploymentblue-greencanaryzero-downtime

Blue-Green Deployment Manager

Achieve zero-downtime deployments.

When to Use

  • Need zero-downtime deployments
  • Want automated rollback capability
  • Implementing canary releases

Instructions

  1. Set up dual environment infrastructure
  2. Configure traffic routing (DNS or load balancer)
  3. Implement health check verification
  4. Add automated smoke tests post-deploy
  5. Configure automatic rollback triggers
  6. Set up canary traffic splitting
  7. Add deployment status dashboard

Skills similaires