Securing hypervisors
Let’s get started!
Problem
The next key area to be discussed in the stack is how to protect and secure hypervisors.
Context
Virtualization and automation are the key enablers for the cloud. The virtualization layer sits between the physical infrastructure and the VMs. A hypervisor or VM manager is used to run numerous guest VMs and applications simultaneously on a single host machine and to provide separation between the guest VMs. As shown in the following diagram, virtualization provides a way to slice and dice physical infrastructure and provide this as VMs with variable configurations to the end users. The virtualization technology is delivered by hypervisors:
Figure 5.5 – Hypervisor types
As shown in the preceding diagram, there are two types of hypervisors. The Type 1 hypervisor is a component that sits directly on top of the bare-metal infrastructure. In the case of Type 2 hypervisors, there will be a host...