1

Can you cluster/load balance on a virtual machine? I figured that would be redundant if the same machine is still performing the work but in virtual areas, or am I wrong?

Mike Flynn
  • 244
  • 1
  • 4
  • 13
  • Are you referring to techniques like [vSphere Fault Tolerance](http://www.vmware.com/products/fault-tolerance/overview.html) or is it "common" clustering techniques of applications and operating systems you have in mind? – the-wabbit Jan 10 '12 at 00:34

2 Answers2

2

The best answer would be probably - it depends. Depends on the virtualization platform you use and the required "clustering/load balancing" level. Could be network, server, application - specific.

Vick Vega
  • 2,398
  • 16
  • 22
0

You can if your operating supports it, we did this to emulate a cluster once at college, but by no means is it better than just running the clustering software directly on your hardware platform.

Lucas Kauffman
  • 16,880
  • 9
  • 58
  • 93