Deployment Strategies

Notes on various deployment strategies and CI/CD pipelines.

Blue-Green Deployments

Run two identical production environments. Switch traffic between them.

Canary Releases

Roll out changes to a small subset of users before full deployment.