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

Prevent port conflicts with load balancer #3

Open
maxmcd opened this issue Apr 23, 2020 · 0 comments
Open

Prevent port conflicts with load balancer #3

maxmcd opened this issue Apr 23, 2020 · 0 comments

Comments

@maxmcd
Copy link
Contributor

maxmcd commented Apr 23, 2020

We currently return a fixed ip addr for dns queries for proxied services. If a container is every connected to two different services with the same port we won't be able to distinguish the requests, eg:

container(
    "dashboard",
     image="hashicorpnomad/counter-dashboard:v1"
     ports=[9002],
     connect_to=["counter.counter:9001", "foo.counter:9001"],
)

This is easily solvable because the ip address is synthetic, we can return any value we like.

  • How should we allocate these addresses?
  • What range should they be in?
  • Where do we track this?
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

1 participant