Spin up a single kubernetes node in a VM and use kubectl to manage it
https://github.com/veggiemonk/kubernetes-vagrant.git
Spin up a single kubernetes node in a VM and use kubectl to manage it.
Based on this article written by Liz Rice
Just use https://microk8s.io/
# start the VM
$ vagrant up
# SSH into the VM
$ vagrant ssh
# Try kubectl
$ microk8s.kubectl get nodes
# list addons, there are lots of them :D
$ microk8s.status
Feedback and contributions are more than welcome.