Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions contributions/demo/week3/ldef-fragale/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Assignment Proposal

## Title

Safe Continuous Deployment with Blue-Green Deployment

## Names and KTH ID

- Lorenzo Deflorian (ldef@kth.se)
- Riccardo Fragale (fragale@kth.se)

## Deadline

- Week 3

## Category

- Demo

## Description

This demo aims to show a simple Continuous Deployment pipeline using blue-green deployment. A new version is deployed to an inactive environment, health checked automatically and only then it is switched to receive oncoming traffic. If the checks fails, the new version is rejected and the current version stays live.

**Relevance**

Continuous Deployment is an important DevOps practice for releasing changes quickly and safely. This demo shows how important it is the process of failure handling and traffic switching to reduce as much as possible the downtime of production systems.
Loading