Skip to content

Safe Continuous Deployment with Blue-Green Deployment - #2978

Draft
TheArtemis wants to merge 1 commit into
KTH:2026from
TheArtemis:demo-ldef-fragale
Draft

Safe Continuous Deployment with Blue-Green Deployment#2978
TheArtemis wants to merge 1 commit into
KTH:2026from
TheArtemis:demo-ldef-fragale

Conversation

@TheArtemis

Copy link
Copy Markdown

Assignment Proposal

Title

Safe Continuous Deployment with Blue-Green Deployment

Names and KTH ID

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.

@github-actions github-actions Bot added the demo One of the task categories listed in README.md label Sep 3, 2026
@ericcornelissen ericcornelissen self-assigned this Sep 3, 2026

@ericcornelissen ericcornelissen left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the proposal, it looks good but please add a description of what you plan to do in the demo in addition to a description of what blue-green deployments are.

Also, please mark your pull request as ready for review so we can merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

demo One of the task categories listed in README.md

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants