/local-k8s-cluster

Local Kubernetes cluster for testing

MIT LicenseMIT

local-k8s-cluster

Local Kubernetes cluster for testing

Configuration

Installed version of the K8s can be controlled using kubernetes-setup/vars/main.yml file under kube_packages section.

Starting the K8s cluster

Within the repo please run the following command:

vagrant init
vagrant up

Stopping the cluster

Within the repo please run the following command:

vagrant destroy

Related