kahun/kind được TopGit xếp vào nhóm dự án mã nguồn mở, với 2 sao trên GitHub, viết chủ yếu bằng Go. Kubernetes IN Docker - local clusters for testing Kubernetes
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
Please see Our Documentation for more in-depth installation etc.
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.
If you have go (1.17+) and docker installed go install sigs.k8s.io/[email protected] && kind create cluster is all you need!
For older versions use GO111MODULE="on" go get sigs.k8s.io/[email protected].
kind consists of:
Go packages implementing cluster creation, image build, etc.
A command line interface (kind) built on these packages.
Docker image(s) written to run systemd, Kubernetes, etc.
kubetest integration also built on these packages (WIP)
kind bootstraps each "node" with kubeadm. For more details see the design documentation.
NOTE: kind is still a work in progress, see the 1.0 roadmap.
Installation and usage
For a complete install guide see the documentation here.
You can install kind with GO111MODULE="on" go get sigs.k8s.io/[email protected].
NOTE: please use the latest go to do this. KIND is developed with the latest stable go, see .go-version for the exact version we're using.
NOTE: go get should not be run from a Go modules enabled project directory,
as go get inside a modules enabled project updates dependencies / behaves differently. Try for example cd $HOME first.
This will put kind in $(go env GOPATH)/bin. If you encounter the error
kind: command not found after installation then you may need to either add that directory to your $PATH as
shown here or do a manual installation by cloning the repo and run
make build from the repository.
Without installing go, kind can be built reproducibly with docker using make build.
Stable binaries are also available on the releases page. Stable releases are
generally recommended for CI usage in particular.
To install, download the binary for your platform from "Assets" and place this
into your $PATH:
kahun/kind có 2 sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/kahun/kind. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
kahun/kind có tag gì không?
Bản đồng bộ chưa ghi nhận topic GitHub nào cho kahun/kind. GitHub topics hiển thị ở thanh bên phải trang repo — đó là nơi đáng kiểm tra nhất.
kahun/kind còn đang phát triển không?
Commit gần nhất trên kahun/kind là 2.1 năm trước (theo timestamp GitHub). Repo có 0 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
kahun/kind là gì?
kahun/kind (kahun/kind) là dự án Go trên GitHub. Theo mô tả gốc: Kubernetes IN Docker - local clusters for testing Kubernetes
kahun/kind viết bằng ngôn ngữ gì?
kahun/kind chủ yếu viết bằng Go. Trường "language" của GitHub dựa trên phần lớn byte ở nhánh mặc định.
Đọc đầy đủ README ở tab phía trên.
Muốn nghe thêm một ý kiến về kind?
Hỏi một AI đọc được trang này — một cú bấm là có ngay nhận định về kind.