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

Update the Application

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

Contents


More Related Answers

  • windows apps updater
  • upgrade appwrite

  • Update the Application

    0

    The application is running with 5 replicas. You can verify this with the kubectl get deployments command.

    You’ll configure a rolling update that will force Kubernetes to update one replica at a time in a methodical manner until all 5 replicas are running on the new version. Kubernetes offers a lot of options to control how the update takes place but, for the purpose of this course, you will stick to this simple method. You are free to explore more advanced options in your own time.

    You’ll complete the following steps:

    Edit the deploy.yml file to specify a new version and configure update settings

    Re-send the YAML file to Kubernetes

    Observe the process

    Test the new version of the application

    Edit the Deployment YAML file

    Open the deploy.yml file and add the 6 new lines (10-15), as shown in the following listing. Also, change the last line (26) to reference version 1.1 of the image. 

    Popularity 2/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: whatever
    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.