Deployments in Kubernetes
In prod, we should have multiple instances of app running. If we want to update app, we cant update live apps because users will be accessing it. So we update one after other — This is called Rolling Update.
Deployments provides the capabilities to ...
mysoftwarediary.com2 min read