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

Automatically blocking bad releases#

Sumit Rawal answered on June 17, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Manually blocking the bad release#

  • Automatically blocking bad releases#

    0

    So we can manually rollback a bad release, but wouldn’t it be nice if we could prevent this bad release from being released in the first place?

    Kubernetes lets us define a way to automatically probe a pod before it starts receiving requests, and that’s what we can use in this case. There are two types of probes: a readinessProbe and a livenessProbe. We’ll first use readinessProbe, and then we can talk about the difference between the two.

    Let’s go back to our manifest and add this readinessProbe attribute: 

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Jun 17 2023
    Sumit Rawal
    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.