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

Multiple haproxy instances under kubernetes #320

Open
tuxillo opened this issue Dec 27, 2023 · 0 comments
Open

Multiple haproxy instances under kubernetes #320

tuxillo opened this issue Dec 27, 2023 · 0 comments

Comments

@tuxillo
Copy link

tuxillo commented Dec 27, 2023

Currently we're evaluating haproxy as a LB under kubernetes. Our setup is using the haproxy helm chart (https://github.com/haproxytech/helm-charts/tree/main/haproxy) deployed as daemonset, so there will be as many instances as there are nodes.

Since one of our use cases is going to require changing frontends/backends dynamically, we noticed it could be done with the Data Plane API. But we haven't found a way of propagating those changes to all the haproxy instances. As far as we know, a data plane API process has to run on each instance, because it does its magik via the stasts socket, and has to be called individually over each haproxy.cfg file to be able to persist the changes.

Any pointers?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant