Continuous Deployment: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
* Manual functional test | * Manual functional test | ||
* Testing of non-functional requirements | * Testing of non-functional requirements | ||
The target environments include Test, Stage and Prod. | |||
This is the avenue of various [[#Rollout_Strategies|rollout strategies]]. | |||
=Rollout Strategies= | |||
==Blue-Green Deployments== | |||
Also known as "red/black". | |||
{{Internal|Blue-Green Deployments#Overview|Blue-Green Deployments}} | |||
==Canary Rollout== | |||
==Dark Rollout== | |||
==Highlander Rollout== |
Revision as of 22:36, 6 April 2022
Internal
Continuous Delivery vs. Continuous Deployment
Overview
- Deployment of artifacts and configuration in a target environment
- Automated integration tests
- Automated functional tests
- Manual functional test
- Testing of non-functional requirements
The target environments include Test, Stage and Prod.
This is the avenue of various rollout strategies.
Rollout Strategies
Blue-Green Deployments
Also known as "red/black".