January 2019
Intermediate to advanced
484 pages
11h 48m
English
In Chapter 3, Getting Started with Kubernetes, we discussed the rolling update mechanism of the pods in a deployment. Let's recap what happens after the update process is triggered:
This mechanism is implemented automatically by Kubernetes, meaning we don't have to supervise the updating process. To trigger it, all we need to do is inform Kubernetes that the pod specification of a deployment is updated; that is to say, we modify the manifest of a resource in Kubernetes. Suppose we have a deployment, ...
Read now
Unlock full access