Difference between revisions of "Kubernetes deployments strategies"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
* [[Kubernetes Canary Deployments]] | * [[Kubernetes Canary Deployments]] | ||
* <code>[[Kubernetes image:|image]]</code>: | * <code>[[Kubernetes image:|image]]</code>: | ||
+ | * [[Kubernetes deployments strategies]] | ||
== See also == | == See also == |
Revision as of 12:13, 15 January 2024
kubectl get deployments -o json -A | grep -A1 -w '"strategy"'
strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 25% type: RollingUpdate
Related
See also
kind: Deployment, kubectl apply, kubectl set image, kubectl create deploy
- Kubernetes deployments, strategies:
kind: Deployment
, Strategies:Recreate
orRollingUpdate
,kubectl
[create | describe | get | scale | rollout | deployment/
], Kubernetes Canary Deployments,deployment.kubernetes.io
- Kubernetes Workloads:
Deployment
,ReplicaSet, StatefulSet, DaemonSets, Job, CronJob
,.apps/
Advertising: