sablier icon indicating copy to clipboard operation
sablier copied to clipboard

Add `[TRAEFIK]` reverse proxy integration for tcp/udp entrypoints

Open kladderadeng opened this issue 1 year ago • 3 comments

Describe the reverse proxy you'd like It is just Traefik, I think well known. Probably I am doing something wrong, but after testing Sablier I got the impression that it only works for http entrypoints and not tcp/udp entrypoints.

Does the reverse proxy provides middleware/module/extension support AFAIK there are middlewares for tcp at least, but it seems to be limited. I am not sure if my request is more a Traefik question than a Sablier question?

Additional context I have Docker services listen only on tcp and / or udp ports and are not using the http protocol. If Sablier could start / stop Docker containers depending if there is / was traffic on a specific tcp / udp entrypoint, this would make it possible to spin up / down those containers too.

Maybe there is a solution and I could not find it, or this is a limitation of Traefik and nothing Sablier can do?

kladderadeng avatar Apr 30 '23 10:04 kladderadeng