2018-09-12 15:21:00 -07:00
2018-09-12 15:21:00 -07:00
2018-09-12 15:21:00 -07:00
2018-09-12 15:21:00 -07:00
2018-09-12 15:21:00 -07:00
2018-09-12 15:21:00 -07:00
2018-09-12 14:44:29 -07:00
2018-09-12 14:44:29 -07:00
2018-09-12 14:44:29 -07:00
2018-09-12 14:44:29 -07:00
2018-09-12 14:44:29 -07:00
2018-09-12 15:21:00 -07:00
2018-09-12 14:44:29 -07:00

kind - (Kubernetes IN Docker)

WARNING: kind is still a work in progress!

kind is a toolset for running local Kubernetes clusters using Docker container "nodes".

It consists of:

  • Go packages implementing cluster creation, image build, etc.
  • A command line interface (kind) built on these packages
  • kubetest integration also built on these packages (WIP)

Kind bootstraps each "node" with kubeadm.

For more details see the design documentation.

Usage

kind create will create a cluster

kind delete will delete a cluster

Advanced

kind build image --source=./kind/images/node will build the node image

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

Description
Kubernetes IN Docker - local clusters for testing Kubernetes
Readme Apache-2.0 21 MiB
Languages
Go 83.2%
Shell 11.4%
Dockerfile 2.3%
Makefile 1%
HTML 0.9%
Other 1.2%