kind docker:20.10.5-dind
image build.
Images are tagged using the version of the kind
release packaged in the image. kubectl
is also packaged in the image.
The kind
version is also set in the containers KIND_VERSION
environment variable.
kind
documentaion is available online.
Example usage:
docker run --rm -d --privileged --name kind lazybit.ch/kind:v0.8.1
docker exec -it kind kind create cluster
docker exec -it kind kubectl cluster-info --context kind-kind
docker exec -it kind kubectl get pod --all-namespaces