Creating your own cloud at home?# I constantly use virtual machines to test scripts, host services, perform deployment tests, etc. I usually use Proxmox in my lab, and Libvirt at work. Recently, I have been deepening my knowledge of public clouds like AWS, GCP, Azure, etc. And if there is one thing that fascinates me, it’s how quickly you can create a virtual machine. I sometimes use Cloud-Init to automate the creation of my virtual machines or Packer to create VM templates, but we are talk...