Deployments - recap Flashcards
1
Q
What are the normal deployment steps outside of k8s
A
- downloading apps from repo
- updating a new image
- rolling updates out
- rolling back if required
- pausing to update underlying OS
2
Q
What is a Deployment in k8s
A
- provides declarative updates for Pods and ReplicaSets
- describes a desired state for Pods and ReplicaSets
- manages most of the normal deployment steps done outside of k8s