* Package name : kind Version : 0.20.0 Upstream Author : Kubernetes SIGs <someb...@example.org> * URL : https://github.com/kubernetes-sigs/kind * License : Apache-2.0 * Programming Lang: Go * Description : Tool for running local Kubernetes clusters using Docker container "nodes".
kind is a tool for running local Kubernetes clusters using Docker container "nodes". kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI. . (/site/static/images/kind-create-cluster.png) . kind consists of: . * Go packages (/pkg) implementing cluster creation (/pkg/cluster), image build (/pkg/build), etc. * A command line interface (kind (/main.go)) built on these packages. * Docker image(s) (/images) written to run systemd, Kubernetes, etc. * kubetest (https://github.com/kubernetes/test- infra/tree/master/kubetest) integration also built on these packages (WIP) . kind bootstraps each "node" with kubeadm (https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm/). For more details see the design documentation (https://kind.sigs.k8s.io/docs/design/initial).