Quickly spin up a k3s test cluster in an ubuntu vm.
Complete with kubectl symlinked to k3s kubectl and with kubectx installed
by default for the vagrant user.
To start up the VM:
$ vagrant up
To connect:
$ vagrant ssh
Go ahead and use kubectl, kubens and kubectx like you would normally.