Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 534 Bytes

rolling_update.md

File metadata and controls

7 lines (4 loc) · 534 Bytes

Rolling Updates

Upgrading and modifying a k8s cluster often requires the replacement of nodes. To not cause loss of service and other disruptions a kops uses a functionality call rolling updates. Rolling a cluster is the replacement of the masters and nodes with new cloud instances.

Rolling Update Diagram

kops executes steps 2-4 for all the masters until the masters are replaced. Then the same process is followed to replaces all nodes.