Version 2 (modified by 14 years ago) (diff) | ,
---|
LXC (Linux Containers)
- Support in mainline kernel
- relevant options enabled in default Ubuntu kernel
- tap-style virtual interfaces, can be bridged
Cons:
- only interfaces are raw system calls and libvirt
Networking
Fully isolated kernel-level networking. Fits into VDE framework with bridging:
Architecture alternatives:
- one bridge per VLAN (pictured above)
- reduces number of bridges
- VLAN becomes hub-style broadcast domain (con)
- one bridge per node
- switch-style broadcast domain thanks to VDE switch
- same interface as other vnodes
- one bridge, one vde_plug2tap process, and one tap interface per vnode (con)
Attachments (2)
-
lxc_networking.png (8.0 KB) - added by 14 years ago.
example of LXC networking architecture
-
lxc_networking.svg (7.2 KB) - added by 14 years ago.
example of LXC networking architecture (SVG)
Download all attachments as: .zip