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

Support gateways to private networks #283

Open
wallyqs opened this issue Aug 27, 2020 · 1 comment
Open

Support gateways to private networks #283

wallyqs opened this issue Aug 27, 2020 · 1 comment

Comments

@wallyqs
Copy link
Member

wallyqs commented Aug 27, 2020

Currently gateways require to use a public ip, should also support using $KUBERNETES_NODE_IP as the advertise address in case everything is in private networks.

@mtryfoss
Copy link
Contributor

I think this already work as intended, after my PR?

It advertises the private IP of the Pod, which works perfectly fine in our environment. 2 x kubernetes + 2 x standalone installations in one big cluster using gateways.

However, I'm a bit uncertain of the best way to do initial discovery between two kubernetes clusters. I got it working using a loadbalancer with internal IP (Azure) with "externalTrafficPolicy: Local".

Using default setting here caused some sort of loop. Everything worked, but a constant error of some gateway trying to connect, but not answering to the PING after INFO message.

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