Setup Linux Virtualization with KVM
Posted on September 9, 2018
|
6 minutes (1095 words)
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
Posted on May 18, 2018
|
8 minutes (1623 words)
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
Posted on May 14, 2018
|
3 minutes (626 words)
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]