Difference between revisions of "Rolling-update"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
* <code>[[kubectl set image]]</code> | * <code>[[kubectl set image]]</code> | ||
* <code>[[kubectl rolling-update (deprecated)]]</code> | * <code>[[kubectl rolling-update (deprecated)]]</code> | ||
+ | |||
+ | |||
+ | * [[AWS ECS Service]]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-type-ecs.html | ||
== Related == | == Related == | ||
Line 10: | Line 13: | ||
== See also == | == See also == | ||
* {{CD}} | * {{CD}} | ||
− | * {{ | + | * {{Kubernetes deployments}} |
[[Category:K8s]] | [[Category:K8s]] |
Latest revision as of 10:51, 15 August 2023
- AWS ECS Service: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-type-ecs.html
Related[edit]
- CKA 1.23: Understand deployments and how to perform rolling update and rollbacks
- kubectl create deployment
See also[edit]
- Deployment, CD, Spinnaker, AWS CodeDeploy, Tekton, Argo CD, Continuous Deployment, Continuous Delivery, Blue-green deployment, Red-black deployment, Feature toggle Continuous Delivery Foundation, ARA, A/b testing, Canary
- Kubernetes deployments, strategies:
kind: Deployment
, Strategies:Recreate
orRollingUpdate
,kubectl
[create | describe | get | scale | rollout | deployment/
], Kubernetes Canary Deployments,deployment.kubernetes.io
Advertising: