k3d

k3d

k3s in Docker

k3s: Lightweight Kubernetes in a single binary https://github.com/k3s-io/k3s

Installation

curl https://github.com/k3s-io/k3s/releases/download/latest/k3s \
    --silent \
    --location \
    --output /usr/local/bin/k3d
chmod +x /usr/local/bin/k3d

Create a cluster

k3d cluster create