Tag: kvm
-
KVM – Nested virtualization
Ever wondered about the possibility of running VMs inside VMs ? If so then you’ll want to read further. In my particular case I have because (might have mentioned this before on my blog) I’m constantly “playing” with stuff for testing and proof of concept reasons. The HOW TO part: 1. Enable the settings for…
-
virt-install kickstart CentOS 7 vs CentOS8
I’m a fan of KVM (for various reasons, one of which being the fact that it’s there in the kernel for free) and like to automate stuff as much as I can. Every so often I find myself needing to provision VMs to test or to deploy all sorts of setups and when that happens…