Hacker News new | ask | show | jobs
by komali2 1261 days ago
Would love to see that load balancer implementation, as I'm a scrub and this project fascinates me.
1 comments

nginx makes it really simple to setup a load balancer, it defaults to distributing requests equally between all upstream hosts but you can always assign weights to each of your server. https://docs.nginx.com/nginx/admin-guide/load-balancer/http-...
Yep, this is exactly what I'm running on the raspberry pi LB. Nginx makes it super easy!