microk8s on Vagrant
- Based on the official Ubuntu image with microk8s installed from a snap
- Lightweight
- Enabled plugins:
- dns
- storage
- metrics-server
- helm
git clone https://github.com/giner/microk8s-to-go
cd microk8s-to-go
# Make sure you have a recent version of Vagrant which supports automatic installation for plugins.
vagrant up
# ssh-in
vagrant ssh
kubectl ...
# When you are done or messed up
vagrant destroy