tlee75 / blue-green

Blue Green deployment example
0 stars 0 forks source link

Create Blue-Green deployment #1

Open tlee75 opened 2 months ago

tlee75 commented 2 months ago

As a Site Reliability Engineer, I need a way to deploy my software using a Blue-Green deployment strategy to Kubernetes so that I can more thoroughly validate my deployment in a production environment and quickly rollback to the old version if problems are encountered.

tlee75 commented 2 months ago

Below are some screenshots of the automation:

Deployment menu: workflow-dispatch

Pipeline waiting for approval: approve-pipeline

Approval confirmation: image

Traffic Switched: automated-traffic-switch

Rollback confirmation: rollback