Understand deployments and how to perform rolling update and rollbacks
Jump to navigation
Jump to search
CKA v1.23 Understand deployments and how to perform rolling update and rollbacks
kubectl describe deployment | grep "StrategyType" StrategyType: RollingUpdate StrategyType: Recreate
Related[edit]
See also[edit]
- Kubernetes deployments, strategies:
kind: Deployment
, Strategies:Recreate
orRollingUpdate
,kubectl
[create | describe | get | scale | rollout | deployment/
], Kubernetes Canary Deployments,deployment.kubernetes.io
- CKA: v1.28: API, Namespace, Pods, secrets, Services, deployments, nodes, Volumes, Ingress, CKS
Advertising: