๐Ÿ“ฆ veggiemonk / kubernetes-vagrant

Spin up a single kubernetes node in a VM and use kubectl to manage it

โ˜… 5 stars โ‘‚ 1 forks ๐Ÿ‘ 5 watching โš–๏ธ MIT License
development-environmentdevelopment-toolskubectlkubernetesvagrant
๐Ÿ“ฅ Clone https://github.com/veggiemonk/kubernetes-vagrant.git
HTTPS git clone https://github.com/veggiemonk/kubernetes-vagrant.git
SSH git clone git@github.com:veggiemonk/kubernetes-vagrant.git
CLI gh repo clone veggiemonk/kubernetes-vagrant
Julien Bisconti Julien Bisconti Use Snap Microk8s (#1) 52cfd77 6 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“„ .gitignore
๐Ÿ“„ LICENSE
๐Ÿ“„ README.md
๐Ÿ“„ snap_microk8s
๐Ÿ“„ Vagrantfile
๐Ÿ“„ README.md

Kubernetes Vagrant

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

# 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.