Friday, November 14, 2008

The Virtual Machine Tsunami

Over the past 2 weeks, I have had a number of very interesting conversations with partners, prospects, customers, and analysts that lead me to believe that a virtual machine tsunami is building which might soon swamp the legacy, horizontal system management approaches. Here is what I have heard:

Two separate prospects told me that they have quickly consumed every available bit of capacity on their VMware server farms. As soon as they add more capacity, it disappears under the weight of an ever pressing demand of new VMs. They are scrambling to figure out how they manage the pending VM sprawl. They are also scrambling to understand how they are going to lower their VMware bill via an Amazon EC2 capability for some portion of the runtime instances.

Two prominent analysts proclaimed to me that the percentage of new servers running a hypervisor as the primary boot option will quickly approach 90% by 2012. With all of these systems sporting a hypervisor as the onramp for applications built as virtual machines, the number of virtual machines is going to explode. The hypervisor takes the friction out of the deployment process, which in turn escalates the number of VMs to be managed.

Amazon EC2 demand continues to skyrocket. It seems that business units are quickly sidestepping those IT departments that have not yet found a way to say “yes” to requests for new capacity due to capital spending constraints and high friction processes for getting applications into production (i.e. the legacy approach of provisioning servers with a general purpose OS and then attempting to install/configure the app to work on the production implementation which is no doubt different than the development environment). I heard a rumor that a new datacenter in Oregon was underway to support this burgeoning EC2 demand. I also saw our most recent EC2 bill, and I nearly hit the roof. Turns out when you provide frictionless capacity via the hypervisor, virtual machine deployment, and variable cost payment, demand explodes. Trust me.

Bottom line, we are all facing an impending tsunami of VMs unleashed by an unprecedented liquidity in system capacity which is enabled by hypervisor based cloud computing. When the virtual machine becomes the unit of application management, extending the legacy, horizontal approaches for management built upon the concept of a physical host with a general purpose OS simply will not scale. The costs will skyrocket.

The new approach will have vertical management capability based upon the concept of an application as a coordinated set of version managed VMs. This approach is much more scalable for 2 reasons. First, the operating system required to support an application inside a VM is one-tenth the size of an operating system as a general purpose host atop a server. One tenth the footprint means one tenth the management burden – along with some related significant decrease in the system resources required to host the OS itself (memory, CPU, etc.). Second, strong version management across the combined elements of the application and the system software that supports it within the VM eliminates the unintended consequences associated with change. These unintended consequences yield massive expenses for testing and certification when new code is promoted from development to production across each horizontal layer (OS, middleware, application). Strong version management across these layers within an isolated VM eliminates these massive expenses.

The VM tsunami is coming. I'm just happy to have my trusty rPath surfboard tethered to my ankle. It's going to be the ride of a lifetime.

2 Comments:

At 7:15 PM, Blogger Ophir Kra-Oz said...

Billy, while i totally agree with your prediction, I believe there are few more conditions that need to come true.

The size of the OS is just one problem, and not the biggest one.
The biggest one , IMO, is the management interfaces for all these virtual appliances.

When you have a set of windows machines, you can have some sort of generic management for them even if they are running different apps ( IP, security , patches etc ).
For physical appliances ( NetApp, Cisco, Check Point ) you have to use a different management system for each vendor ( and not all vendors even have a centralized appliance managment system )

Who ever builds a general API for managing virtual appliances ( and multi appliances setups ) would enable one centralized management solution for all of them.
I wrote a blog about it which might interesting - http://ophir.wordpress.com/2008/10/17/hardware-software-and-virtual-appliances-myths-part-two/

Ophir Kra-Oz, IT Structures

 
At 8:26 AM, Blogger Billy Marshall said...

Ophir,
Great to hear from you. I agree that management is the challenge, but the OS does not have to be bloated to have useful management interfaces. It is possible to build into the appliance interfaces standard management hooks based upon CIM or SNMP without adding everything else the vendors historically included. The OS did not become bloated due to management tools, it became bloated in order to compensate for a distribution model based upon physical server hosts.

If you distribute the OS with the server, and manage it as a part of the server infrastructure, you must distribute every package that any application might ever need in order to run on that server. With the hypervisor as the host on the server, the OS can be distributed with the application with only the packages that particular application requires PLUS any management tools you prefer. The unit of management becomes the virtual machine, not a physical host plus a bloated OS that must resolve every application dependency.

 

Post a Comment

<< Home