/kind-config

bootstrap a local Kubernetes cluster with kind

Primary LanguageShellApache License 2.0Apache-2.0

kind-config

bootstrap a local Kubernetes cluster with kind

Define the version

Create a kind-config based on the available releases; the config docs.

Convenience

To simplify things, I add a softlink to the system; example:

ln -s ~/code/kind-config/kind-cluster.sh /usr/local/bin/kind-cluster

Start the cluster

kind-cluster ~/code/kind-config/kube-v1-18.yaml

When you're done

kind delete cluster