kubernetes-training
Deploymemt strategy
Recreate
Rolling update:default
Upgrades
new ReplicaSet is created with same amount of pods as the old replicaset
Rollback
kubectl rollout undo deployment/name