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

Summary


The system that we covered in this chapter needs some more changes to make it production ready, such as securing the Prometheus with user credentials. However, this system is scalable and supports monitoring the systems used in the cloud such as Ceph, HAProxy, OpenStack, and various time series databases.

Prometheus's data model and query language is powerful and allows us to perform a variety of things in a much faster manner. Do remember that in the previous sections (dealing with Prometheus and Grafana), we have not taken into account the ability to generate alerts. Alertmanager (https://prometheus.io/docs/alerting/alertmanager/) can be used for these purposes and it supports multiple kinds of notifications and silencing based on tags.

We are almost at the end of the book and in the next and final chapter, we will take a look at some security best practices and some of the compliance standards that are generally followed.