You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2024. It is now read-only.
In order for this scenario to reflect a real example a blue - green deployment should be made possible.
This can be done by either using Load Balancers or just DNS names.
First deployment creates the full stack.
Following deployments would deploy the changed web server(s) in parallel, run TVT (Technical Verification Tests) and if they pass a release step in the deployment would cut the Load Balancer or DNS name over to the new web server(s).
This will lead to a real life example of deploying a web stack.