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

Feature: Replace Nginx on LBs with native L4 LB solution #1175

Open
5 tasks
bernardhalas opened this issue Jan 7, 2024 · 0 comments
Open
5 tasks

Feature: Replace Nginx on LBs with native L4 LB solution #1175

bernardhalas opened this issue Jan 7, 2024 · 0 comments
Labels
feature New feature groomed Task that everybody agrees to pass the gatekeeper

Comments

@bernardhalas
Copy link
Member

bernardhalas commented Jan 7, 2024

Motivation

There are multiple issues with the way we're using nginx currently on the LBs, e.g. throughput problems, source IP replacement, etc. (you can find the history on the #claudie channel on Kubernetes slack). All of these are of course configurable, but for each change, we'd need to make a new release, which is taking too long. I'd like to see us using raw L4 load-balancing, as we don't need anything more or anything less.

Description

Replace nginx on the LBs with a native L4 LB solution like HAproxy. I'd also consider running the LB app containerized so that the deployment unit is self-contained.

Exit criteria

@bernardhalas bernardhalas added the feature New feature label Jan 7, 2024
@miroslavkohutik miroslavkohutik added the groomed Task that everybody agrees to pass the gatekeeper label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature groomed Task that everybody agrees to pass the gatekeeper
Projects
None yet
Development

No branches or pull requests

2 participants