Running Kubernetes cluster on 3 Proxmox VM
I’m exploring options for a testing deployment that involves 1 master node and 2 worker nodes, each running on a Proxmox VM. I’m considering Minikube, Kubeadm, or Kind for this setup. While I have considerable experience with Minikube, I’ve read that there are some issues regarding volume provisioning in Minikube, especially since I need to deploy a DaemonSet pod. Could you recommend which tool would be the most suitable and straightforward for this scenario? Additionally, I would appreciate any documentation or resources on how to implement this. Thank you for your guidance.