Difference between revisions of "Kubernetes deployments strategies"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
== See also == | == See also == | ||
− | * {{ | + | * {{Kubernetes deployments}} |
+ | * {{Kubernetes Workloads}} | ||
[[Category:K8s]] | [[Category:K8s]] |
Revision as of 11:16, 11 October 2022
Recreate
orRollingUpdate
kubectl get deployments -o json -A | grep -A1 -w '"strategy"'
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: