-
Notifications
You must be signed in to change notification settings - Fork 426
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
week 3: presentation proposal (#2422)
* week 2: demo proposal * week 2: demo proposal * week 3: presentation proposal * merge --------- Co-authored-by: kthfre <[email protected]>
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
contributions/presentation/week3/mqnguyen-golman/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Assignment Proposal | ||
|
||
## Title | ||
|
||
Rainbow deployments and its role in modern CD | ||
|
||
## Names and KTH ID | ||
|
||
- Minh Quang Nguyen ([email protected]) | ||
- Fredrik Gölman ([email protected]) | ||
|
||
## Deadline | ||
- Week 3 | ||
|
||
## Category | ||
- Presentation | ||
|
||
## Description | ||
|
||
A brief introduction of the problem it attempts to solve when deploying new software versions. We would try to briefly cover previous (or "lesser") relevant similar methodologies such as blue/green deployment and discuss some limitations that motivate the extension, which is rainbow deployment. Such limitations may include multiple backend services serving an application or running long-term jobs that may not be interrupted blocking deployment of new versions, both cases advocating the need for more colors. | ||
|
||
**Relevance** | ||
|
||
We believe it's relevant to DevOps in general and in particular to the subject of week 3 as it deals with continuous deployment. We also believe no one has covered it previously in the course, although there is some coverage of blue/green deployment. |