Changes

KVM

315 bytes added, 16:24, 22 June 2018
no edit summary
* Type 1 hypervisor: hypervisors run directly on the system hardware – A “bare metal” embedded hypervisor,
* Type 2 hypervisor: hypervisors run on a host operating system that provides virtualization services, such as I/O device support and memory management.
:[[File:ClipCapIt-180622-175904.PNG]]
:[[File:ClipCapIt===KVM===Kernel-180622-175904based Virtual Machine (KVM) is a virtualization infrastructure for the Linux kernel that turns it into a hypervisor. It was merged into the Linux kernel mainline in kernel version 2.6.20, which was released on February 5, 2007.KVM requires a processor with hardware virtualization extensions.PNG]]
===libvirt===
libvirt is an open-source API, daemon and management tool for managing platform virtualization.[3] It can be used to manage KVM, Xen, VMware ESX, QEMU and other virtualization technologies. These APIs are widely used in the orchestration layer of hypervisors in the development of a cloud-based solution.
===Manage virtual machinesVirtual Machine Manager (app)===
The virt-manager application is a desktop user interface for managing virtual machines through libvirt. It primarily targets KVM VMs, but also manages Xen and LXC (linux containers). It presents a summary view of running domains, their live performance & resource utilization statistics. Wizards enable the creation of new domains, and configuration & adjustment of a domain’s resource allocation & virtual hardware. An embedded VNC and SPICE client viewer presents a full graphical console to the guest domain.
 
:[[File:ClipCapIt-180622-180343.PNG]]