With 4 servers with OpenSuse is it possible to cluster them all together to run websites? What is involved in clustering and is anything special needed to cluster the machines together so they work as one? Do you need a special OS?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
Why both, load-balance them instead, this will be far easier to setup and maintain for all but a few edge-cases. Make sure you define an appropriate service-up trigger/test though. |
|||
|
|
yes it is possible to use HAProxy to listen upfront and then pass the http request to upstream web servers. Then you have a dedicated mysql server. |
|||
|
|
if your app's are scalable, then use nginx as balancer : http://wiki.nginx.org/LoadBalanceExample |
|||
|