mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
a8e457962d339d3950b13cda16b2531835dfe291
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 kubetestintegration 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
Languages
Go
83.2%
Shell
11.4%
Dockerfile
2.3%
Makefile
1%
HTML
0.9%
Other
1.2%