Prerequisites

Note: Make sure you have installed the following required software and that they are available in your PATH before proceeding.
Software Version Number Download Link
Virtual Box 5.2.16 ( >5.2.0) VirtualBox
Vagrant 2.1.2 Vagrant
Kubectl 1.10.5 Kubetl
JQ brew install jq
  1. The cluster creation scripts assign the private IPs starting from 192.168.99.110 to VMs. So delete any existing VM with these IP to avoid network conflicts.
  2. Create ~/.kube folder if you are using kubectl client for the first time, or if it is not present for any reason in your user.home folder:
    mkdir ~/.kube