102.6 Virtualization Flashcards
What are some examples of Hypservisors?
KVM - Built in to Linux QEMU - What KVM is based on VMWare Xen Virtualbox
What are the two types of virtualization.
Full virtualization - guest system is not aware that it is a virtual machine
Para-virtualization - guest system is aware that it is a virtual machine and uses special drivers to communicate
When cloning a linux virtual machine it essential to use this command.
cloud-init
What is a container and what are the two types?
A container is an entirely isolated set of packages, libraries, and or applications that are completely independent from their surroundings.
Machine container: Shares a kernel and file system with the host computer
Application container: shares everything but the application files and library files that the application needs.
What are 4 examples of containers?
Docker
nspawn (from systemd)
LXD
OpenShift