Creates a Kubernetes cluster in containers
Official tool used by Kubernetes developers
curl https://github.com/kubernetes-sigs/kind/releases/latest/download/kind-linux-amd64 \
--silent \
--location \
--output /usr/local/bin/kind
chmod +x /usr/local/bin/kind
kubectl
is automatically configured:
kind create cluster