You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: