Skip to content

lazybit-ch/kind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

kind

kind docker:20.10.5-dind image build.

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.

Usage

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