Skip to content

Commit

Permalink
Week-3: Presentation Proposal (#2412)
Browse files Browse the repository at this point in the history
* Add files via upload

* Update README.md

* Update README.md
  • Loading branch information
HexuL authored Sep 6, 2024
1 parent a4a8e43 commit ae682a1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions contributions/presentation/week3/hexu-tianning/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Assignment Proposal

## Title

Blue-Green Deployment: Ensuring Zero Downtime in Continuous Deployment

## Names and KTH ID

- Hexu Li ([email protected])
- Tianning Liang ([email protected])

## Deadline

- Week 3

## Category

- Presentation

## Description


In this presentation, we will explain the **Blue-Green Deployment** strategy used in **Continuous Deployment**. This ensures **zero downtime** during updates by maintaining two identical environments: **Blue (current)** and **Green (new)**. We will cover how traffic can be switched between these environments, ensuring seamless updates and fast rollback in case of issues. The presentation will also include its implementation in **Kubernetes** and its benefits in Long-running systems.

Relevance:

Blue-Green Deployment is a key strategy in **Continuous Deployment**, helping teams deliver seamless, risk-free updates and ensuring high availability during deployment.

0 comments on commit ae682a1

Please sign in to comment.