DavisCSClub / DavisCSClub/Main-Website

Blue-Green Deployment on Tomcat

Open
#53 6 comments 0 reactions 0 assignees View on GitHub
New Feature
Dominant language
Java
Stars
4
Forks
3
PR merge metrics
No merged PRs in 30d

Description

## Background

A quick summary of blue-green deployment or AB deployment is that it allows us to update the website and our webapps without having down time. We maintain two nodes (blue and green) that run the web application. Most of the time, users should be hitting only one of the nodes. When we update and place a new version, the server should redirect all future traffic into the new node while maintaining sessions for the old node.
## Objective

Research and implement a method to have blue-green continuous deployment with our current hosting capabilities.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.