-
-
Notifications
You must be signed in to change notification settings - Fork 537
Single Cloud Load Balancer (LB) with multiple ports #945
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
base: master
Are you sure you want to change the base?
Conversation
…hetzner load balancer with different ports to connect primary and replicas
|
Hi @PhilWaldmann! Thank you for your contribution.
It would be nice to work this out for other clouds in the future. Would you like to try to implement this? |
| cloud_load_balancer_replica_port: 5433 | ||
| cloud_load_balancer_sync_port: 5434 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should use the same ports as we do when using haproxy?
master: 5000
replicas: 5001
replicas_sync: 5002
replicas_async: 5003|
I'll give it a try in the next few days! |
|
Hi, unfortunately it took a while. |
|
I'll take a look at it a bit later. |
Hello,
I've created a PR that provides a single Hetzner LB with multiple ports – instead of one LB for primary, replica, and other servers.
I'm still missing additions for AWS, Azure, and other servers. I'd like to know if the style/variable names are suitable for you.
Thanks,
Philipp