How to create basic load balancer?
Posted
by
Ilya Rusanen
on Server Fault
See other posts from Server Fault
or by Ilya Rusanen
Published on 2012-11-25T13:57:05Z
Indexed on
2012/11/25
17:06 UTC
Read the original article
Hit count: 323
load-balancing
|sysadmin-basics
guys. I'd like to deploy my app on two different servers, located in US and Germany. As I suppose, I need to set up some kind of load balancer, that would deternime from which country my user is, and resolve it to US/Germany server. The general aim is to provide user abitiliy to work with the closest server (CDN is not a solution, 'cause we dont share static content).
Where should I place load balancer that would resolve user to USA/GER severs? In usa/germany? What shold it look like? A usual server with some specific app or what?
Thank you.
© Server Fault or respective owner