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

Sequential Breakdown and Verification of the Update Process

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

Contents


More Related Answers

  • Sequential Breakdown of the Process

  • Sequential Breakdown and Verification of the Update Process

    0

    Let’s see what happened when we executed the kops update command.

    Kops retrieved the desired state from the S3 bucket.

    Kops sent requests to AWS API to change the values of the workers ASG.

    AWS modified the values of the workers ASG by increasing them by 1.

    ASG created a new EC2 instance to comply with the new sizing.

    Protokube installed Kubelet and Docker and created the manifest file with the list of Pods.

    Kubelet read the manifest file and run the container that forms the kube-proxy Pod (the only Pod on the worker nodes).

    Kubelet sent a request to the kube-apiserver (through the dns-controller) to register the new node and join it to the cluster. The information about the new node is stored in etcd.

    This process is almost identical to the one used to create the nodes of the cluster. 

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