Book Image

Hybrid Cloud for Architects

By : Alok Shrivastwa
Book Image

Hybrid Cloud for Architects

By: Alok Shrivastwa

Overview of this book

Hybrid cloud is currently the buzz word in the cloud world. Organizations are planning to adopt hybrid cloud strategy due to its advantages such as untested workloads, cloud-bursting, cloud service brokering and so on. This book will help you understand the dynamics, design principles, and deployment strategies of a Hybrid Cloud. You will start by understanding the concepts of hybrid cloud and the problems it solves as compared to a stand-alone public and private cloud. You will be delving into the different architecture and design of hybrid cloud. The book will then cover advanced concepts such as building a deployment pipeline, containerization strategy, and data storage mechanism. Next up, you will be able to deploy an external CMP to run a Hybrid cloud and integrate it with your OpenStack and AWS environments. You will also understand the strategy for designing a Hybrid Cloud using containerization and work with pre-built solutions like vCloud Air, VMware for AWS, and Azure Stack. Finally, the book will cover security and monitoring related best practices that will help you secure your cloud infrastructure. By the end of the book, you will be in a position to build a hybrid cloud strategy for your organization.
Table of Contents (19 chapters)
Title Page
Copyright and Credits
Software Hardware List
Packt Upsell
Contributors
Preface
Index

OpenStack Omni 


The next major contender in the space is OpenStack. Now, OpenStack is the most highly adopted service down cloud, and powers several public and private clouds out there, so it is only natural that this becomes a candidate for the hybrid cloud. 

While OpenStack, by default, includes the required systems to create an OpenStack-only hybrid cloud (the private cloud can simply be added as a new region in the Horizon dashboard), it still doesn't work with other clouds. 

So, if we were to have our private cloud based on OpenStack, and the public based on AWS, this would not have been possible without a third-party CMP (as we saw in Chapter 6Building a Traditional CMP-Based Hybrid Cloud). In order to bridge this gap, Platform9 (http://www.platform9.com) has created a new project under the OpenStack "big-tent" governance model (https://www.openstack.org/videos/vancouver-2015/the-big-tent-a-look-at-the-new-openstack-projects-governance) called Omni.

Note

At the time of writing the book...