Deploy a Kubernetes rolling update

 

Deploy a Kubernetes rolling update

Rolling updates allow you to deploy a different version of a currently running application without downtime. Kubernetes routes traffic to the current version until the one is up and running, eliminating downtime. This activity will demonstrate how this works.

Deploy a Kubernetes rolling update