Figure Out How to Distribute Services Across Multiple Hosts #71
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The biggest obstacle to this is SSL termination and routing. Our current configuration looks like this:
But we ultimately want a system with the capacity to support additional hosts with proper SSL/TLS termination. Something like this:
This should be possible using TCP routers.
https://www.reddit.com/r/Traefik/comments/k79hjt/how_to_proxy_from_one_traefik_instance_to_another/
https://doc.traefik.io/traefik/routing/routers/#rule_1
assigned to @Jafner
https://community.traefik.io/t/traefik-dispatcher-infront-of-other-traefik-instances/12962/6
changed title from {-Evaluate Running Multiple Traefik Instance-}s to {+Figure Out How to Distribute Services Across Multiple Host+}s
changed the description
changed the description
It might be worthwhile to consider the possibility of a host whose job is to handle networking tasks: VPN, PiHole, Traefik "outside" instance to route without SSL/TLS termination, DDNS, and maybe even an SSH bastion. These are all low-compute operations, so running on a low-power host like a Wyse is probably fine.
Here's our updated plan visualized: