Ryan Eschinger · Jun 20, 2016
Rolling updates with Kubernetes: Replication Controllers vs Deployments
0Sign in to vote or save
This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
A rolling update is the process of updating an application — whether it is a new version or just updated configuration — in a serial fashion. By updating one instance at a time, you are able to keep the application up and running. If you were to just update all instances at the same time, your application would likely experience downtime. In addition, performing a rolling update allows you to…
Read on /blog/rolling-updates-kubernetes-replication-controllers-vs-deployments/ ↗
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.