Sequential Breakdown and Verification of the Update Process
Understand the sequential breakdown of the cluster update process and verify the update to the cluster.
We'll cover the following...
Sequential breakdown of the update process
Let’s understand what happens when we execute the kops update
command.
-
kOps retrieves the desired state from the S3 bucket.
-
kOps sends requests to AWS API to change the values of the workers ASG.
-
AWS modifies the values of the workers ASG by increasing ...