postgresql_cluster
postgresql_cluster copied to clipboard
Single Cloud Load Balancer (LB) with multiple ports
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
Hi @PhilWaldmann! Thank you for your contribution.
I'm still missing additions for AWS, Azure, and other
It would be nice to work this out for other clouds in the future. Would you like to try to implement this?
I'll give it a try in the next few days!
Hi, unfortunately it took a while. I'm not sure if it's doable with AWS, Digitalocean and GCP - the health checks can't be configured per "service", so it would lose all its usefulness. I've just read the ansible docs for the relevant services. Do you know if for example the aws classic LB is able to configure individual health checks per port?
I'll take a look at it a bit later.