Kubernetes Deployments: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
=External= | =External= | ||
* https://kubernetes.io/docs/concepts/workloads/controllers/deployment/ | * https://kubernetes.io/docs/concepts/workloads/controllers/deployment/ | ||
=Internal= | =Internal= |
Revision as of 18:49, 16 September 2019
External
Internal
Overview
A Deployment brings scalability, self-healing, zero-downtime rolling updates and versioned rollbacks to a set of pods.