Difference between revisions of "Deployment"
Jump to navigation
Jump to search
(15 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | [[wikipedia:Software deployment]] | |
+ | * [[Kubernetes deployments]]: <code>[[kubectl rollout]]</code>, <code>[[kubectl get deployment]]</code> | ||
+ | * [[AWS CodeDeploy]] | ||
+ | * [[AWS CodePipeline]] | ||
+ | * [[AWS ECS]]: | ||
+ | ** <code>[[aws ecs update-service]]</code> | ||
+ | ** <code>[[aws deploy create-deployment]]</code> | ||
== Related terms == | == Related terms == | ||
* <code>[[juju deploy]]</code> | * <code>[[juju deploy]]</code> | ||
* [[IDE]] | * [[IDE]] | ||
+ | * [[Blue-green deployment]] | ||
+ | * [[Continuous deployment (CD)]] | ||
+ | * [[StatefulSet]] | ||
+ | * [[GitLab environments]] | ||
== See also == | == See also == | ||
+ | * {{Kubernetes deployments}} | ||
* {{CD}} | * {{CD}} | ||
[[Category:DevOps]] | [[Category:DevOps]] |
Latest revision as of 10:15, 14 November 2022
- Kubernetes deployments:
kubectl rollout
,kubectl get deployment
- AWS CodeDeploy
- AWS CodePipeline
- AWS ECS:
Related terms[edit]
See also[edit]
- Kubernetes deployments, strategies:
kind: Deployment
, Strategies:Recreate
orRollingUpdate
,kubectl
[create | describe | get | scale | rollout | deployment/
], Kubernetes Canary Deployments,deployment.kubernetes.io
- 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
Advertising: