Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 433 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 433 Bytes

CKS Study Playground

This setup is influenced by Killer.sh.

Prerequisites

  • Install Virtualbox
  • Install Vagrant

Setup

  • Run the following command to bring up the single controller two worker cluster:
./first-bringup.sh
  • Run the following command to copy the kubeconfig locally.
./copy-kubeconfig.sh

Cleanup

  • Run the following command to clean up the cluster.
./cleanup.sh