Setup Linux Virtualization with KVM

Linux Virtualization with KVM You are free to use this I use this blog like a wiki to write things I learn. Here are some other Open Source Virtualization projects. KVM - Kernel-based Virtual Machine Xen VirtualBox UML - User Mode Linux LXD/LXC Docker What is KVM? KVM is a hypervisor built into the Linux Kernel and it allows Linux desktop or server to simulate multiple piece of hardware. [Read More]

Setup a server with zfs and docker

Setup a server with zfs and docker You are free to use this as you wish I am also using this as my own wiki to remember how to do stuff. I hope this can help other people. I am going to set up a Digitalocean vps with docker and testing out zfs as docker storage driver. I am going to use Ubuntu 16.04 since it have a native zfs binary. [Read More]

Lxd

LXD setup I am now trying out LXC and LXD both are cool technologies. Lxd it is a· hyper-visor for lxc containers(linux containers). So why LXD/LXC? It has benefits like being closer to the metal. And it behaves more like a virtual machine and it it can be easier to understand the concept behind it. Lxd is also more like Freebsd jails and the solaris zones. And lxd/lxc consisting of namspaces to isolate process. [Read More]