Skip to content

Support multiple HAProxy:Service:Port tags on an EC2 instance #361

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

Open
manickam-rescale opened this issue Feb 19, 2025 · 1 comment
Open

Comments

@manickam-rescale
Copy link

We have multiple ports listening for application traffic on our backend servers, however the current HAProxy Data Plane API supports service discovery for only traffic to a single port.

Would it be possible to allow service discovery for multiple ports on a single EC2 instance? Happy to make a contribution to support this change if it is permissible.

Thanks!

@smeroth
Copy link

smeroth commented Mar 12, 2025

Hello

you say you have multiple ports listening for application traffic

Is it something like A, B or something else

  • Case A
    frontend A
        bind 0.0.0.0:10080
        bind 0.0.0.0:20080
        bind 0.0.0.0:30080
        use_backend ...
  • Case B
    frontend B
        bind 0.0.0.0:10080-10085
        use_backend ...

What do you have in mind?
What does the final config look like?

You said "Happy to make a contribution to support this change if permissible"
Have you already wrote a patch something to submit?

Thanks

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

2 participants