-
May 24th, 2010, 04:50 AM
#1
Load balancer single point of failure?
Hi,
Been looking at cloudfoundry and it looks great. One question though, it seems like the Apache frontend server would be a single point of failure. Is there anything or anything in the works that could remove this as a single failure point? or am I wrong to think its a single point
I do understand why it would be less risk than an app server or db server if it was a single POF, but I have to answer so RFP documentation where a system is asked for that doesn't have a single point of failure.
Any feedback appreciated.
Steve
-
May 24th, 2010, 03:46 PM
#2
Steve,
Thanks for your question.
You are right in thinking that the Apache server is a SPOF.
But since it is a cloud, if the instance fails CF can relaunch a replacement quite quickly - you wouldn't have to wait, for example, for the hardware vendor to ship a new motherboard. And, so the downtime would be minimal.
However, a better solution would be to run multiple Apache servers behind, for example, an elastic load balancer.We thought about providing that as a deployment option but we can't commit to a date.
I hope this helps.
Chris
Chris
-
May 24th, 2010, 03:59 PM
#3
Thanks Chris,
Yes that does help,
I didn't think of advertising how quickly we can start another one when an instance fails.
Hopefully I can convince my client that this isn't an issue either.
Just for my info not using the ELB a side effect of using sticky sessions in the Apache config?
Steve
-
May 24th, 2010, 04:05 PM
#4
CloudTools.org/CloudFoundry.com predate ELB.
Many Java applications need sticky session routing.
ELB very recently introduced support for routing HTTP requests so for some Java applications you could dispense with Apache (for routing)
But ELB still can't route HTTPS requests so you would need Apache or the equivalent for that.
-
May 24th, 2010, 04:11 PM
#5
Cool, thanks for the info Chris
-
May 30th, 2010, 06:33 AM
#6
Yes! I finally found the answer to my question. Chris, you're my god
Thanks again for the info.
-
Oct 5th, 2010, 11:58 AM
#7
Redundant Apache front ends
Would love a solution to this as it would give me more security in the case of failures as well as help to scale beyond what a single Apache machine can support.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules