I've look at Linode Node Balancer, currently priced at 20$ per month.
Who are the other contenders at this price?
1–10 of 12 posts
I've look at Linode Node Balancer, currently priced at 20$ per month.
Who are the other contenders at this price?
Other options too look at are, HAProxy (level 4 or 7 load balancing) and Varnish.
Nginx. It is able to load balance HTTP/HTTPS servers in a reverse-proxy mode and lets you use the common strategies for choosing the upstream server. See for example https://www.digitalocean.com/community/articles/how-to-set-u... . Other options too look at are, HAProxy (level 4 or 7 load balancing) and Varnish.
Nginx. It is able to load balance HTTP/HTTPS servers in a reverse-proxy mode and lets you use the common strategies for choosing the upstream server. See for example https://www.digitalocean.com/community/articles/how-to-set-u... . Other options too look at are, HAProxy (level 4 or 7 load balancing) and Varnish.
I agree Nginx does it and does it well. I've look at this option, getting another VPS and setup load balancing on it. The only things that worry me is having only one front-end.
Nginx. It is able to load balance HTTP/HTTPS servers in a reverse-proxy mode and lets you use the common strategies for choosing the upstream server. See for example https://www.digitalocean.com/community/articles/how-to-set-u... . Other options too look at are, HAProxy (level 4 or 7 load balancing) and Varnish.
Thanks for the input! I agree Nginx does it and does it well. I've look at this option, getting another VPS and setup load balancing on it. The only things that worry me is having only one front-end.
The load-balancer would route to your real servers, nginx, in your case. I've had good success with ucarp for IP-moving, and both nginx and varnish for load-balancing. (Varnish allows me to do caching at the same time.)
Simplest is the DNS load balancing. You can define multiple A records for the same domain and you are good to go!
In an ideal world you'd use a VLAN spanning locations, with a shared IP to point to the load-balancer. The load-balancer would route to your real servers, nginx, in your case. I've had good success with ucarp for IP-moving, and both nginx and varnish for load-balancing. (Varnish allows me to do caching at the same time.)
Nginx. It is able to load balance HTTP/HTTPS servers in a reverse-proxy mode and lets you use the common strategies for choosing the upstream server. See for example https://www.digitalocean.com/community/articles/how-to-set-u... . Other options too look at are, HAProxy (level 4 or 7 load balancing) and Varnish.