Difference between revisions of "Kubernetes deployments strategies"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
== Related == | == Related == | ||
− | + | * <code>[[rollingUpdate]]</code> | |
− | + | * <code>[[kind: Deployment]]</code> | |
− | |||
== See also == | == See also == |
Revision as of 11:08, 10 October 2023
kubectl get deployments -o json -A | grep -A1 -w '"strategy"'
Related
See also
- 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: