Kubernetes CKS Course Environment with Vagrant

Fork of original environment setup reworked to Vagrant instead of gcloud.

Used vagrant-kubeadm-kubernetes as reference.

Setup Cluster with Vagrant

Setup cks-master & cks-worker

Create VM

vagrant up

Configure

You will need to manually connect worker to the master

  1. Copy the "join command" from master output
  2. vagrant ssh worker
  3. Join the node