Continuous Deployment: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=Internal=
=Internal=
* [[CI/CD#Subjects|CI/CD]]
* [[Continuous_Delivery#Overview|Continuous Delivery]]
* [[Continuous Integration]]
* [[Continuous Integration]]
* [[Continuous Delivery]]


=Continuous Delivery vs. Continuous Deployment=
=Continuous Delivery vs. Continuous Deployment=

Revision as of 22:44, 6 April 2022

Internal

Continuous Delivery vs. Continuous Deployment

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".

Blue-Green Deployments

Canary Rollout

Dark Rollout

Highlander Rollout

Canary Release

Canary Release