📦 Debian Vagrant box with K3s configured as a single-node, installed using the official Bash script.
📦 This box is also on Vagrant Cloud as
dmotte/k3sbox
.
See https://github.com/dmotte/misc/blob/main/examples/vagrant-ansible-provisioner for inspiration on how you could use this box.
If you want to install Helm inside the VM:
config.vm.provision "shell", inline: <<-SHELL
bash <(curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3)
SHELL