Setup kubernetes cluster with qemu on Ubuntu
References:
qemu installation
Kubernetes Cluster setup
Create Vms with qemu
Step 1: Open QEMU GUI
Launch the QEMU GUI tool, such as virt-manager.
Ensure the libvirtd service is running on your host:bash
sudo systemctl status libvirtd
Step 2: C...
clearnote.hashnode.dev5 min read