- Install virtual box
sudo apt install virtualbox
- Install vagrant
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
sudo apt-add-repository “deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main”
sudo apt-get update && sudo apt-get install vagrant
- Git clone this repository
git clone https://github.com/justmeandopensource/kubernetes
cd vagrant-provisioning
vagrant up
This is going to create 1 master node with 2 worker nodes