sam
sam

Reputation: 97

EKS Blue Green Deployments

Currently we’re running the loads on ECS where AWS provides OOB solution for Blue Green and canary deployments using code deploy, Right we’re in a process of migrating the applications EKS, Is there a process defined by AWS for doing the Blue green deployments on EKS, can you please post some documents for reference?

Upvotes: 1

Views: 1185

Answers (1)

Goli Nikitha
Goli Nikitha

Reputation: 928

Here are some relevant documentations regarding Blue green deployments on EKS in AWS,hope this helps you.

https://cicd-pipeline-cdk-eks-bluegreen.workshop.aws/en/ecsbg.html

https://aws.amazon.com/blogs/containers/create-a-pipeline-with-canary-deployments-for-amazon-eks-with-aws-app-mesh/

Upvotes: 3

Related Questions