rancher/k3d
Little helper to run Rancher Lab's k3s in Docker (Host or DinD): https://k3d.io
100K+
https://k3d.io & https://github.com/rancher/k3d
k3s is the lightweight Kubernetes distribution by Rancher: rancher/k3s
k3d creates containerized k3s clusters. This means, that you can spin up a multi-node k3s cluster on a single machine using docker.
The images used for this can be found here: https://hub.docker.com/r/rancher/k3s
This image repo provides two image versions: "normal" and "dind" (Docker-in-Docker).
FROM scratch
, only containing the k3d binaryFROM docker:xyz-dind
, k3d binary + docker-in-docker + some debugging toolsdocker pull rancher/k3d