Kubernetes Deployments
A Deployment provides declarative updates for Pods and ReplicaSets. You describe a desired state, and the Deployment Controller changes the actual state to match.
Learning Objectives
Lesson Outline
A Deployment provides declarative updates for Pods and ReplicaSets. You describe a desired state, and the Deployment Controller changes the actual state to match.