KVM ( Kernel-based Virtual Machine )
🌱
Seedling
What is it?
KVM ( Kernel-based Virtual Machine ) is a hypervisor built into the Linux kernel ( source ).
It is basically a module in the Linux kernel that turns it into a “Type-1” hypervisor , so that the VM runs directly on the hardware for better performance than if it were on the software layer.