This template repository should help to bootstrap a new project on kubernetes faster. It installs k0s on (vagrant)[https://www.vagrantup.com/] and exports a kubeconfig file so that access to the kubernetes cluster from host machine is possible.
- vagrant
- vagrant-libvirt plugin
- vagrant-sshfs plugin
- Modify your Vagrantfile so that it fits to your need (e.x. cpu, memory)
- Kickoff a virtual machine with
vagrant up
- Set environment variable for
kubectl
withexport KUBECONFIG=kubeconf.conf
Enjoy!