February 2018
Intermediate to advanced
406 pages
9h 55m
English
Blue-green deployment is a pattern that happens over three stages. The initial state of the deployment is depicted in the following figure. All the traffic to the application is routed to the existing instances, which are treated as the blue instances. A representation of blue-green deployment is as follows:

In the first stage of blue-green deployment, a new set of instances with the new release of the application are provisioned and become available. At this stage, the new green application instance is not available to the end users and the deployment is verified internally. This is shown here:
In the next stage of ...
Read now
Unlock full access