atais / cks-course-environment-on-vagrant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Shell 93.4%Language:Open Policy Agent 3.2%Language:Go 2.2%Language:Dockerfile 1.2%