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

Canary vs. Blue-Green

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

Contents


More Related Answers

  • canary yellow color code

  • Canary vs. Blue-Green

    1

    There are many variables to take into account and never a single answer that works for everyone. But as a rule of thumb we should consider binary blue-green deployments if any of these is true:

    We’re confident in the new version. We have tested the code thoroughly, and we estimate the chance of failure is pretty low.

    We’re working in small safe iterations.

    We need to switch all users at once.

    Canary is probably a better choice when:

    We’re not 100% confident in the new version, we think we have a low-to-decent chance of failure.

    We’re concerned about performance or scaling issues.

    We’re doing a major update, like adding a shiny new or experimental feature.

    We’re OK with a slow rollout.

    Our application depends on a legacy or third-party system that we can’t replicate in a testing environment. In this case, testing is only possible on live production systems.

    Popularity 3/10 Helpfulness 7/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.