Kuberentes Vagrantfile for VirtualBox (on Windows)
Recently I’ve been completing the Linux Foundation Kubernetes for Developers and Kubernetes Fundamentals online and since I did want to open any free tier on GCE or AWS account to deploy Kubernetes, I created a Vagrantfile to use with VirtualBox on my own Windows machine.
There is basically the Vagrantfile
which will spin up two machines: one master and one minion. Then there is a shared script/prepare.sh
bash script and two specialized scripts: scripts/minion.sh
and scripts/master.sh
.
You will find the files I used in my Kubernetes Vagrant Virtualbox repository
here at GitLab.
Hope they are useful!
It was useful? Done something similar? Have feedback?