This is the BustaKube Kubernetes cluster, in its KVM version. The KVM version can be deployed to Proxmox, but these instructions assume that you're just deploying this on your GUI-enabled Linux machine. These instructions require the cluster files to go into a specific directory. Future versions may come with a utility that can rewrite file locations. You've likely downloaded this via these files: BustaKube-Install-First.zip bustakube-controlplane.qcow2.gz bustakube-node-1.qcow2.gz bustakube-node-2.qcow2.gz Please unzip these and move all of their contents into: /root/BustaKube-QCOW-Version These would be approximate commands for that action: mkdir /root/BustaKube-QCOW-Version unzip BustaKube-Install-First.zip -d /root/BustaKube-QCOW-Version zcat bustakube-controlplane.qcow2.gz >/root/BustaKube-QCOW-Version/bustakube-controlplane.qcow2 zcat bustakube-node-1.qcow2.gz >/root/BustaKube-QCOW-Version/bustakube-node-1.qcow2 zcat bustakube-node-2.qcow2.gz >/root/BustaKube-QCOW-Version/bustakube-node-2.qcow2 Then run the install script: cd /root/BustaKube-QCOW-Version ./install-bustakube-kvm.sh When that's complete, run virt-manager: virt-manager Start each virtual machine. Open the Control Plane node's console to choose a scenario.