Tag: Python
Traefik v2 Weighted Load Balancing for Servers
When looking for a reverse proxy that serves as the entry point for our server infrastructure, we stumbled upon the excellent Traefik. Of course, we wanted load balancing and, of course, we wanted to assign weights; so, we skimmed the documentation and quickly found what we were searching for. Traefik supports load balancing in the…