-
Notifications
You must be signed in to change notification settings - Fork 0
Virtualization vs Containerization
rameshjesswani edited this page Jul 5, 2018
·
2 revisions
- Technique of importing guest operating system on the top of the Host OS
- Brings abstraction to the hardware
- Multiple OS in same machine
- Easy maintenance and recovery
- Lower cost of ownership
- Multiple VMs lead to unstable performance
- Hypervisoers are not as efficient as Host OS, as it takes more resources from host OS
- Long boot-up process(approx. 1 minute)
- It is technique to bring virtualization to the operating system level
- Although it is type of virtualization
- Brings abstraction to the software
- Containers on same OS kernal are lighter and smaller
- Better resource utilization compared to VMs
- Short boot-up process(1/20th of a second)