Difference between revisions of "Blue-green deployment"

From wikieduonline
Jump to navigation Jump to search
(Created page with "wikipedia:Blue-green deployment == See also == * {{CD}} Category:DevOps")
 
 
(11 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
  
 +
 +
* [[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.
 +
 +
 +
* 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 ==
 +
* {{rolling}}
 
* {{CD}}
 
* {{CD}}
  
 
[[Category:DevOps]]
 
[[Category:DevOps]]

Latest revision as of 09:11, 18 October 2024

Advertising: