Difference between revisions of "Blue-green deployment"

From wikieduonline
Jump to navigation Jump to search
 
(8 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
* [[AWS Elastic Beanstalk]]
 
* [[AWS Elastic Beanstalk]]
 
The CI/CD pipeline architecture creates a clone (green) of the live Elastic Beanstalk environment (blue). The pipeline then swaps the URLs between the two environments.
 
The CI/CD pipeline architecture creates a clone (green) of the live Elastic Beanstalk environment (blue). The pipeline then swaps the URLs between the two environments.
 +
 +
 +
* RDS: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments.html
 +
[[Consider creating a Blue/Green Deployment to minimize downtime during upgrades]]
 +
 +
== Related ==
 +
* [[Feature toggle]]
 +
* [[Red-black deployment]]s
 +
* [[Blue/Green deployment]] with [[CodeDeploy]]
 +
* [[AWS ECS deployments]]
 +
* [[ArgoCD]]
 +
 +
== Activities ==
 +
* Read https://aws.amazon.com/blogs/containers/kubernetes-cluster-upgrade-the-blue-green-deployment-strategy/
  
 
== See also ==
 
== See also ==

Latest revision as of 11:33, 17 April 2024

Advertising: