bootstrap a local Kubernetes cluster with kind
Create a kind-config based on the available releases; the config docs.
To simplify things, I add a softlink to the system; example:
ln -s ~/code/kind-config/kind-cluster.sh /usr/local/bin/kind-cluster
kind-cluster ~/code/kind-config/kube-v1-18.yaml
kind delete cluster