Day 06 Updating Kubernetes Deployments
(1) why do we need to update the Deployment?
There are mainly two reasons for that,
General upgrades, labels, replicas, metadata etc.
Changing Deployment container image.
Reference: https://kubernetes.io/docs/concepts/workloads/controllers/depl...
m3pratik.hashnode.dev1 min read