Allow loadbalancer to communicate with the proxies private networks #138
Unanswered
mhenrixon
asked this question in
Ideas and Issue Triage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So in the below example, I can rewrite the environment variables, tell Kamal that it should ask the database for a connection on the private IP, and set up
pg_hba.confto allow connections on10.0.0.0/16for a private connection.I wanted to know if there is a way to use the public IP for SSH connection, but tell the load balancer to communicate with the proxies on the private IP instead.
The problem is that it is otherwise very hard to sort out having the load balancer on the same instance as one of the proxies, and it turned out to be pretty hard to make that one proxy do load balancing for all hosts except itself.
Beta Was this translation helpful? Give feedback.
All reactions