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