Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blue/green deployments #3302

Open
KendallWeihe opened this issue Nov 1, 2024 · 0 comments
Open

Blue/green deployments #3302

KendallWeihe opened this issue Nov 1, 2024 · 0 comments
Labels
enhancement New feature or request triage Issue needs triaging

Comments

@KendallWeihe
Copy link
Contributor

We have an application use case of serving live traffic with limited downtime. We also have an acceptance test suite. I would like FTL to support blue/green deployments so that I can deploy new changes without impacting the existing production traffic, run the acceptance test suite against the staged deployment, and upon passing the acceptance test swap the blue/green deployments.

There's also the added benefit wherein during a case where the acceptance test suite fails to catch a bug, and that bug makes it to production, a swap back to the prior blue/green state would be a quick rollback mechanism.

@KendallWeihe KendallWeihe added the enhancement New feature or request label Nov 1, 2024
@github-actions github-actions bot added the triage Issue needs triaging label Nov 1, 2024
@ftl-robot ftl-robot mentioned this issue Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Issue needs triaging
Projects
None yet
Development

No branches or pull requests

1 participant