Virtual Appliances and Cloud Computing

Application distribution and management in the cloud


October 02, 2008
URL:http://www.drdobbs.com/web-development/virtual-appliances-and-cloud-computing/210605407

Today's guest is Billy Marshall, co-founder and CEO of rPath, a company that's pioneering the virtual appliance approach for application distribution and management. Virtual appliances are a key enabler of cloud computing.

DDJ: Billy, is there anything unique about lifecycle managing when it comes to clouds?

BM: What is unique about lifecycle management for a distributed application in a cloud environment such as Amazon's EC2 or any other hypervisor enabled cloud is the opportunity to streamline the management approach.

With a hypervisor as the bottom layer that abstracts the hardware (instead of a general-purpose operating systems), the application can be pre-defined as a set of coordinated virtual machines -- totally independent from the physical infrastructure. This helps lifecycle management in two ways:

DDJ: Can you tell us about "JeOS" -- "Just enough operating system"?

BM: When a hypervisor cloud is the target for deployment of the application instead of the general-purpose operating system, the role of the OS itself is to "bind" to the application and provide all of the system services required by the application. When you eliminate all of the utilities associated with managing the hardware and include only components required to support the application, the OS shrinks by about 90 percent -- which is great for better security and lower patch management costs. Also, the OS can be tailored to the unique needs of the application without affecting other applications because of the isolation of the virtual machine. Each application gets the "correct" OS instead of a "standard" OS that represents the lowest common denominator for every application.

DDJ: When it comes to tools for managing the lifecycle in clouds, did you have to build new ones from scratch or were you able to adapt existing ones?

BM: Some tools are different, and some remain the same. The best way to describe the change is that the virtual machine is now the unit of management instead of the physical host (the server plus a general-purpose OS).

In this new approach, the virtual machines need to bring with them information and management agents that can communicate to the virtual infrastructure regarding the application requirements. For example, an application server will need to communicate how much hardware resources it needs along with its requirement to allow web server connections and the requirement to send queries and receive responses from a certain database. The virtual infrastructure needs to enable this configuration and communicate certain parameters for setup to the application server virtual machine. This represents a new management capability for configuration. On the other hand, the approach you use for CPU monitoring and alerts can probably remain pretty consistent with the approach you used in the legacy model.

DDJ: Where can readers go to find out more about this?

BM: To learn more, readers can go to www.rpath.com. To create their own application images for free, they can try www.rpath.com/rbuilder/. Finally to create and deploy images to the Amazon Elastic Compute Cloud (EC2), go to www.rpath.com/corp/rpath-supports-amazon.

Terms of Service | Privacy Statement | Copyright © 2024 UBM Tech, All rights reserved.