Difference between revisions of "Rolling-update"
Jump to navigation
Jump to search
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | * [[kubectl set image]] | + | * <code>[[kubectl set image]]</code> |
− | * [[ | + | * <code>[[kubectl rolling-update (deprecated)]]</code> |
+ | |||
+ | * [[AWS ECS Service]]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-type-ecs.html | ||
+ | |||
+ | == Related == | ||
+ | * [[CKA 1.23]]: [[Understand deployments and how to perform rolling update and rollbacks]] | ||
+ | * [[kubectl create deployment]] | ||
== See also == | == See also == | ||
− | * {{ | + | * {{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: