Please enable JavaScript.
Coggle requires JavaScript to display documents.
Deployments - Coggle Diagram
Deployments
manifest file (only kind is changed)
apiVersion
kind
metadata
spec (exactly same to rs spec)
template
replicas
selector
matchLabels
label1: v1
label2: v2
multiple changes to env
upgrade web server version
scaling
modifying resource alloocation
Don't do all changes just after command is run
After a pause all changes must be rolled out together
Capabilities
provides capability to update existing instances seamlessly
undo changes
puase and resume
rolling updates
Container are updated with new image one by one
recent changes can be rolledback