VM vs Container Xen, KVM, VMware, etc. Hardware emulation / paravirtualization Can run different OSs on the same box Dozens of instances OS sprawl problem.

Slides:



Advertisements
Similar presentations
Computer Laboratory Virtualizing the Data Center with Xen Steve Hand University of Cambridge and XenSource.
Advertisements

Virtual Machine Technology Dr. Gregor von Laszewski Dr. Lizhe Wang.
Profit from the cloud TM Parallels Dynamic Infrastructure AndOpenStack.
KVM and Container Performance and Isolation Deep Dive.
G Robert Grimm New York University Disco.
Virtualization for Cloud Computing
LINUX Virtualization Running other code under LINUX.
Container-based OS Virtualization A Scalable, High-performance Alternative to Hypervisors Stephen Soltesz, Herbert Pötzl, Marc Fiuczynski, Andy Bavier.
Virtualization Performance H. Reza Taheri Senior Staff Eng. VMware.
Presented by : Ran Koretzki. Basic Introduction What are VM’s ? What is migration ? What is Live migration ?
Measuring zSeries System Performance Dr. Chu J. Jong School of Information Technology Illinois State University 06/11/2012 Sponsored in part by Deer &
Methodologies, strategies and experiences Virtualization.
Virtualization Technology Prof D M Dhamdhere CSE Department IIT Bombay Moving towards Virtualization… Department of Computer Science and Engineering, IIT.
Tanenbaum 8.3 See references
Operating System Virtualization
Making the Virtualization Decision. Agenda The Virtualization Umbrella Server Virtualization Architectures The Players Getting Started.
An Introduction to Xen Prof. Chih-Hung Wu
CS 149: Operating Systems April 21 Class Meeting
Dual Stack Virtualization: Consolidating HPC and commodity workloads in the cloud Brian Kocoloski, Jiannan Ouyang, Jack Lange University of Pittsburgh.
Hosting Virtual Networks on Commodity Hardware VINI Summer Camp.
Microkernels, virtualization, exokernels Tutorial 1 – CSC469.
Virtualization Lab 3 – Virtualization Fall 2012 CSCI 6303 Principles of I.T.
SAIGONTECH COPPERATIVE EDUCATION NETWORKING Spring 2010 Seminar #1 VIRTUALIZATION EVERYWHERE.
SAIGONTECH COPPERATIVE EDUCATION NETWORKING Spring 2009 Seminar #1 VIRTUALIZATION EVERYWHERE.
Linux Virtualization Technology Alternatives Kir Kolyshkin OpenVZ project manager Rencontres Mondiales du Logiciel Libre 13 July 2007.
An overview of OpenVZ virtualization technology Kir Kolyshkin OpenVZ project manager Gelato ICE 17 Apr 2007.
Virtualization Concepts Presented by: Mariano Diaz.
Xen Overview for Campus Grids Andrew Warfield University of Cambridge Computer Laboratory.
Virtualization: Not Just For Servers Hollis Blanchard PowerPC kernel hacker.
Recent advances in the Linux kernel resource management Kir Kolyshkin, OpenVZ
COMS E Cloud Computing and Data Center Networking Sambit Sahu
Our work on virtualization Chen Haogang, Wang Xiaolin {hchen, Institute of Network and Information Systems School of Electrical Engineering.
Containers are the future of Cloud Pavel Odintsov CTO, FastVPS Eesti OU
 Virtual machine systems: simulators for multiple copies of a machine on itself.  Virtual machine (VM): the simulated machine.  Virtual machine monitor.
Introduction to virtualization
A. Frank - P. Weisberg Operating Systems Structure of Operating Systems.
Full and Para Virtualization
Virtualization One computer can do the job of multiple computers, by sharing the resources of a single computer across multiple environments. Turning hardware.
© Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Docker Overview Automating.
CSE 451: Operating Systems Winter 2015 Module 25 Virtual Machine Monitors Mark Zbikowski Allen Center 476 © 2013 Gribble, Lazowska,
Virtualization Redefined: Embedded virtualization through CGE7 and Docker. Paul Farmer Technical Solutions Engineering Manager MontaVista Software
Performance analysis comparison Andrea Chierici Virtualization tutorial Catania 1-3 dicember 2010.
Intro To Virtualization Mohammed Morsi
Linux Virtualization Kir Kolyshkin OpenVZ project manager.
Open Source Virtualization Andrey Meganov RHCA, RHCX Consultant / VDEL
Virtualization - an introduction Gordon Ross Computing Service.
Linux Virtualization Kir Kolyshkin OpenVZ project manager.
9/30/2016 OpenVZ: Linux Containers Kir Kolyshkin LinuxCon 2009, Portland.
Containers vs Others Xen, VMware, etc. ● Emulation/paravirtualization ● Can run different OSs on the same box ● Lower density/scalability ● OS sprawl problem.
An overview of OpenVZ virtualization technology Kir Kolyshkin OpenVZ project manager Gelato ICE 17 Apr 2007.
XEN – The Art of Virtualisation. So what is Virtualisation? ● Makes use of spare capacity ● Run multiple instances of OSes simultaneously ● Multitasking.
Virtualization which isn't LXC (Linux Containers) Dobrica Pavlinušić DORS/CLUC, Zagreb,
VM vs Container Xen, KVM, VMware, etc. ● Hardware emulation / paravirtualization ● Can run different OSs on the same box ● Dozens of instances ● OS sprawl.
Seven Problems of Linux Containers
Virtualization for Cloud Computing
Virtual Machine Monitors
Virtualization in Grid Rock
Presented by Yoon-Soo Lee
Linux Containers Overview & Roadmap
Container-based Operating System Virtualization: A scalable, High-performance Alternative to Hypervisors Stephen Soltesz, Herbert Potzl, Marc E. Fiuczynski,
Containers and Virtualisation
Virtualization overview
Running other code under LINUX
Overview Introduction VPS Understanding VPS Architecture
OS Virtualization.
Virtual machines benefits
CSE 451: Operating Systems Autumn Module 24 Virtual Machine Monitors
CSE 451: Operating Systems Autumn Module 24 Virtual Machine Monitors
Presentation transcript:

VM vs Container Xen, KVM, VMware, etc. Hardware emulation / paravirtualization Can run different OSs on the same box Dozens of instances OS sprawl problem Lower performance Chroot on steroids Single OS per box Hundred of instances Dynamic resource management, best scalability Trivial performance overhead

OpenVZ vs. Xen comparison by HP labs “For all the configurations and workloads we have tested, Xen incurs higher virtualization overhead than OpenVZ does.” “For all the cases tested, the virtualization overhead observed in OpenVZ is low, and can be neglected in many scenarios.” “The two nodes running Xen become overloaded when hosting four instances of RUBiS, whereas those using OpenVZ can host at least six without being overloaded.” From

3 Usage Scenarios Server Consolidation High Availability Hosting Dynamic Load Balancing Development and Testing Security Isolation Educational

New Stuff RHEL6 kernel port VSwap: easy management, RSS reclamation Containers CPU binding (cpumask) PCI device delegation NFS mounts migration Journaled quota ext4 safe writeback

Future directions Mainstream kernel integration Container in a file a.k.a. PLOOP  Come to see our talk! CRIU: checkpoint/restore in userspace Caching de-duplicating FS (pfscache)

Mainstream kernel integration OpenVZ project pioneers container technology  Developing new container technology since Features then ported from OpenVZ to upstream Linux “containers”. Already upstream (in Linux containers):  IPC namespace, utsname() virtualization, PID namespace, user namespace, cgroups (control groups), Memory controllers (RSS, page cache), Network namespace...  Collaborative community effort: IBM, Google, SGI, Parallels, and many others. It's still ongoing  In progress: NFS virtualization, network buffer accounting, Checkpoint/restart in userspace  TODO: Kernel memory accounting,...

CT #1 Migration at a Glance Physical Server #1Physical Server #2 CT Private Data CT Memory CT#1 Container's file system transfer Save full container's state to a file Container is running on Server #1 Full State Dump Restart container on Server #2 CT #1 CT Memory CT Private Data

To sum it up Containers scale as well as Linux does  Benefit from all Linux performance improvements  Native I/O speed, best possible performance  The more memory/CPUs the merrier Platform-independent  as long as Linux supports it, we support it  arm/mips/ppc no problem. Plays well with others (Xen, KVM, VMware)  VM and container technologies are orthogonal  run containers and VMs side by side