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 multiple container endpoints #16

Open
nokjuh opened this issue Mar 16, 2022 · 0 comments
Open

Support multiple container endpoints #16

nokjuh opened this issue Mar 16, 2022 · 0 comments

Comments

@nokjuh
Copy link
Contributor

nokjuh commented Mar 16, 2022

Currently the Traefik Service Fabric plugin only routes traffic to one container endpoint, the first one it happens to find (https://github.com/dariopb/serviceFabricDiscoveryService/blob/e4b897a1a9f5c6d2e0e8c5980ba7bb3284c9daa0/pkg/discovery/discoveryworker.go#L284).

It should allow configuring routing to different endpoints with different rules. E.g. if path is /webclient, route to container endpoint "web", if path is /mobileclient, route to container endpoint "mobile".

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