Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Add Blue Green deployments #5

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions