Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

The Pros of Blue-Green Deployments

Pragya Keshap answered on February 20, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • What is a blue-green deployment?
  • What is Blue-Green Deployment?
  • blue green deployment pattern
  • Which of the following explains the concept of blue-green deployment?
  • blue green development
  • Deployment strategies; blue-green, rolling and canary deployment.
  • . What configuration is required to set up a blue/green deploy scenario?
  • The Cloud Makes Blue-Green Deployments More Feasible
  • DeploymentApproach:BlueGreen

  • The Pros of Blue-Green Deployments

    0

    Let’s start with the pros:

    Testing parity: this is THE feature. Testing parity means that tests truly mirror the reality of production. This is what Dan and Jez were looking for when they devised blue-green. By running tests on the same hardware and software, they made them more useful and meaningful.

    Deploy at any time: no downtime means that we can make releases at any time. There is no need to wait for maintenance windows.

    Instant cut-over: users are switched to the new version instantaneously, or nearly so. Everyone sees the latest release at the same time.

    Instant rollback: the cut-over works both ways. If we decide to go back to the previous version, we can switch all users back in an instant.

    Hot standby: blue-green can save us from disaster scenarios. Suppose that one data center goes offline, bringing the live environment down. No biggie, we’ll switch to the other until the problem is fixed. This will work as long we have had the precaution of not putting blue and green on the same availability zone.

    Postmortem: debugging failed releases is hard with in-place deployments. When faced with downtime, the priority is always to return to normality. Collecting debugging data is secondary, so a lot of valuable information may be lost during the rollback. Blue-green doesn’t suffer from this problem—rollbacks always leave the failed deployment intact for analysis.

    https://docs.aws.amazon.com/whitepapers/latest/blue-green-deployments/introduction.html

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: whatever
    Link to this answer
    Share Copy Link
    Contributed on Feb 20 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.