How to load balance http requests?
Have you tried that
6 Replies
I was thinking about nginx, apache load balancers….
What do you think?
If you want to do it yourself then a Linode 512 running Nginx using the proxy and upstream modules works well (I've done that too). It's the same cost as a node balancer but you have to keep everything up to date yourself.
Node balancers are more cost effective in a time = money world.
@obs:
If you want to do it yourself then a Linode 512 running Nginx using the proxy and upstream modules works well (I've done that too). It's the same cost as a node balancer but you have to keep everything up to date yourself.
It's the same cost, and if you only have one 512 without an HA configuration, it's also less reliable. You need more than one node to achieve the reliability of a NodeBalancer, making a NB far cheaper if you care about that.