Easy to grasp pic from kubernates.io
… read the rest.Tag: Deployment
Sample fault tolerant deployment in AWS
Architecture courtesy: acloud.guru
Sample AWS fault tolerant architecture in AWS demonstrated using wordpress deployment.
- Hosted in single region.
- 2 security groups setup in a VPC. One web facing – Web DMZ and other private – RDS security group.
- 2 Availability
Implementing Blue-Green Deployments with AWS | ThoughtWorks
A good read on canary release (blue-green) deployment with AWS cloud.
Source: Implementing Blue-Green Deployments with AWS | ThoughtWorks… read the rest.