kind (Kubernetes-IN-Docker)

kind (Kubernetes-IN-Docker)

Creates a Kubernetes cluster in containers

Official tool used by Kubernetes developers

Highly configurable

Installation

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

Deployment

kubectl is automatically configured:

kind create cluster