We have a web-application product that we sell to companies that is hosted at our servers. The product contains couple of web applications, windows services and SQL server db. Right now we have only one client that uses our product. We have two servers - one for the web apps and services and other for the db.
In order to add the product to another client, we have to 'duplicate' all the apps and db and run in separately.
As we started expanding and some companies will require more server power then others, I need to plan the servers infrastructure.
Having two servers for each client sounds ridiculous. Hosting costs will be huge. What will happen when I'll have 10 clients? And probably some servers will take more power than others, leaving servers using 30% from their capacity while others use 70%.
One thing I really care about is separating the DB from each product so in case of server compromise, only one db will be at risk.
So... I thought about Virtual Machines... Does it sounds right? Do I need two super servers to hold virtual machine instances? (one for web and other for db?) What about Load balancing / etc..? Will it require more maintenance time only because I use virtual machines? Are there any hardware recommendations?
Any help will be appreciated
Many thanks