This is a translation of my article in Russian which was written in September 2019.
Virtualization is so deep and broad subject, that it is not possible to cover all details of hypervisor (and not needed, actually). I will concentrate on “minimal valuable pack” of knowledge that is required to understand any KVM virtualized solution, not necessarily Telco.
Content
- Overview and brief history of virtualization technology
- Types of virtualized resources – compute, storage, network
- Virtual switching
- Virtualization tools – libvirt, virsh and etc.
- Conclusion
Overview and brief history of virtualization technology
The story of virtualization began in 1999 when young company VMWare has released product VMWare Workstation. This was a first commercial product that provided virtualization for desktop/client applications. Virtualization of the server part started a little bit later in the form of ESX Server product that evolved in ESXi (i stands for integrated). This product is being used widely in IT and Telco private clouds as hypervisor for server-side applications.
Continue reading