Skip to content
John Sundarraj edited this page Jan 12, 2024 · 33 revisions

Install VirtualBox

Install and configure Git Bash

Install Vagrant

Download starter-kit

# Download Kubernetes starter-kit from GitHub to local filesystem path. $ sudo git clone https://github.com/sloopstash/kickstart-kubernetes.git /opt/kickstart-kubernetes

# Change ownership of Kubernetes starter-kit directory. $ sudo chown -R $USER:$USER /opt/kickstart-kubernetes

Clone this wiki locally