InterviewSolution
| 1. |
What Is Blue/green Deployments? |
|
Answer» The Blue/Green deployment strategy minimizes the time it takes to PERFORM a deployment cutover by ensuring you have two VERSIONS of your application stacks available during the deployment. We can make use of the service and routing tiers to easily SWITCH between our two running application stacks—hence it is very SIMPLE and fast to perform a ROLLBACK. The Blue/Green deployment strategy minimizes the time it takes to perform a deployment cutover by ensuring you have two versions of your application stacks available during the deployment. We can make use of the service and routing tiers to easily switch between our two running application stacks—hence it is very simple and fast to perform a rollback. |
|