Kubernetes deployments strategies
Jump to navigation
Jump to search
kubectl get deployments -o json -A | grep -A1 -w '"strategy"'
strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 25% type: RollingUpdate
Related[edit]
kind: Deployment- Kubernetes Canary Deployments
image:- Kubernetes deployments strategies
- AWS ECS Rolling deployments
See also[edit]
kind: Deployment, kubectl apply, kubectl set image, kubectl create deploy- Kubernetes deployments, strategies:
kind: Deployment, Strategies:RecreateorRollingUpdate,kubectl[create | describe | get | scale | rollout | deployment/], Kubernetes Canary Deployments,deployment.kubernetes.io - Kubernetes StatefulSet
- Kubernetes Workloads:
Deployment,ReplicaSet, StatefulSet, DaemonSets, Job, CronJob,.apps/
Advertising: