The demands placed on cloud computing environments are often highly dynamic and heterogeneous, with varying workloads and quality of service (QoS) requirements. Applications may have different needs, such as high throughput or budget constraints, and the performance of cloud services can fluctuate due to changing loads, failures, and network conditions. Integrating public cloud platforms with existing grids and data centers can enable on-demand scaling, but this integration and interoperability can be challenging.
In this chapter, the authors present CometCloud, an autonomic cloud engine designed to create a virtual computational cloud with resizable computing capability. CometCloud aims to seamlessly integrate local computational environments (data centers, grids) with public cloud services (such as Amazon EC2 and Eucalyptus) on-demand. It provides abstractions and mechanisms to support various programming paradigms and application requirements. The key features of CometCloud are policy-based autonomic cloud bridging and cloudbursting.
Autonomic cloud bridging enables the on-the-fly integration of local computational environments and public cloud services. Users can leverage their private cloud or data center resources before scaling out to a public cloud. CometCloud supports the integration of heterogeneous and dynamic cloud/grid infrastructures, allowing for cloudbursting to address dynamic workloads and extreme requirements.
CometCloud is built on a decentralized coordination substrate, which facilitates the coordination of scheduling tasks across a dynamic set of users and dynamically provisioned workers on available private and/or public cloud resources. The coordination substrate considers QoS constraints, such as cost and performance, along with policies, performance history, and resource state to determine the appropriate allocation of public and private clouds for specific application requests.
The chapter also showcases two applications enabled by CometCloud: a computationally intensive value at risk (VaR) application and a high-throughput medical image registration application. The VaR application calculates risk measures for a firm's holdings within a limited time, while the computational requirements may change significantly. Image registration involves aligning images from different perspectives or timeframes, which is critical for subsequent image analysis.
The chapter proceeds to explain the CometCloud architecture in detail, followed by an exploration of policy-driven autonomic cloudbursts, including real-world application examples and cloud bridging over a virtual cloud. The runtime behavior of CometCloud is discussed, and the chapter provides an overview of the VaR and image registration applications. The authors evaluate the autonomic behavior of CometCloud, and the chapter concludes with a summary.
Overall, CometCloud aims to address the dynamic demands of cloud computing environments by providing seamless integration, autonomic scaling, and support for various applications and QoS requirements.
Comments