Kubernetes – Deployments
- Deployment is one of the most used object by DevOps engineers.
- Most of the DevOps work is involved around making deployments and making regular changes to the application code.
- Deployments are used for Upgrading apps/pod images, rollback, and performing these changes gracefully.
- A Deployment controller provides declarative updates for Pods and Replica sets.
- Deployment manages the replica sets to manage the number of pods.