An updated performance comparison of virtual machines and Linux containers

Wes Felter,Alexandre Ferreira,Ram Rajamony,Juan Rubio
DOI: https://doi.org/10.1109/ispass.2015.7095802
2015-03-01
Abstract:Cloud computing makes extensive use of virtual machines because they permit workloads to be isolated from one another and for the resource usage to be somewhat controlled. In this paper, we explore the performance of traditional virtual machine (VM) deployments, and contrast them with the use of Linux containers. We use KVM as a representative hypervisor and Docker as a container manager. Our results show that containers result in equal or better performance than VMs in almost all cases. Both VMs and containers require tuning to support I/O-intensive applications. We also discuss the implications of our performance results for future cloud architectures.
What problem does this paper attempt to address?