macOS
brew install kindlocal Homebrew formula metadata
sudo port install kindMacPorts ports tree · sysutils/kind/Portfile · 来源: api.github.com
安装
brew install kindlocal Homebrew formula metadata
sudo port install kindMacPorts ports tree · sysutils/kind/Portfile · 来源: api.github.com
sudo apk add kindAlpine Linux edge package indexes · kind · 来源: dl-cdn.alpinelinux.org
sudo dnf install kindFedora Rawhide package metadata · kind · 来源: dl.fedoraproject.org
nix profile install nixpkgs#kindnixpkgs package indexes · pkgs/by-name/ki/kind/package.nix · 来源: api.github.com
sudo zypper install kindopenSUSE Tumbleweed package metadata · kind · 来源: download.opensuse.org
choco install kindChocolatey community package catalog · kind · 来源: community.chocolatey.org
scoop install main/kindScoop official bucket manifest trees · bucket/kind.json · 来源: api.github.com
winget install --id Kubernetes.kind -eWindows Package Manager source index · Kubernetes.kind · 来源: cdn.winget.microsoft.com
概览
Run local Kubernetes cluster in Docker
历史
kind, short for Kubernetes IN Docker, is a Kubernetes SIGs tool for running local Kubernetes clusters where each node is a Docker container. It was designed primarily for testing Kubernetes itself, but it also became a standard local-development and CI tool.
The kind design documents describe a suite of Go packages, a command-line interface, and node/base images for running local Kubernetes clusters cheaply and reproducibly. The initial design targeted Kubernetes testing, integration with kubetest, and clusters that could be replicated by any developer without cloud infrastructure.
kind's implementation model is intentionally Kubernetes-native: node containers run the Kubernetes components, and clusters are bootstrapped with kubeadm. The public docs emphasize multi-node and high-availability clusters, building Kubernetes release builds from source, support for Linux, macOS, and Windows, and conformance certification.
kind became one of the default tools for Kubernetes contributors, CI jobs, controller developers, and local cluster users who need fast disposable clusters. Its value is especially clear for tests that need real Kubernetes APIs without provisioning a managed cluster.
The package-manager metadata in this batch lists kind across Homebrew, Chocolatey, Debian, Fedora, MacPorts, Nix, Scoop, winget, Alpine, and openSUSE. That broad packaging spread reflects kind's role as a cross-platform Kubernetes developer utility.
The common workflow is to install the kind binary, run kind create cluster, test against the generated kubeconfig, and delete the cluster afterward. More advanced users provide config.yaml files for multi-node clusters, port mappings, custom node images, local registries, and CI-specific settings.
kind is also used to build and test Kubernetes node images. Its release notes publish node-image digests and warn users to pin images by digest for reproducibility.
kind is package-nerd significant because it compressed an entire Kubernetes test cluster into a small CLI plus container images. That made Kubernetes integration tests scriptable on laptops and CI runners without a VM manager or cloud account.
It also sits at an interesting packaging boundary: the CLI is just one binary, but useful operation depends on Docker, podman, or nerdctl, kubeadm behavior, Kubernetes image versions, containerd changes, and pinned node-image digests.
安全态势
infrastructure mutation or orchestration signal.
orange 风险 · 中 置信度 · infrastructure
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
config.yaml可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
kind | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/kubernetes-sigs/kind
安装元数据
| 软件包键 | brew:kind |
|---|---|
| 版本 | 0.32.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/kind |
| 主页 | https://kind.sigs.k8s.io/ |
| 仓库 | https://github.com/kubernetes-sigs/kind |
| 上游文档 | https://kind.sigs.k8s.io/docs |
| 许可证 | Apache-2.0 |
| 源码归档 | https://github.com/kubernetes-sigs/kind/archive/refs/tags/v0.32.0.tar.gz |
| 最后更新 | 2026-06-02T20:02:28Z |
| Pulse | updated |
| 构建依赖 | go |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | kind |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
kind 0.27.0-1+b2
Kubernetes IN Docker - local clusters for testing Kubernetes (program)
https://github.com/kubernetes-sigs/kind
sudo apt install kindkind
nix profile install nixpkgs#kindkind 0.31.0-r4
Kubernetes IN Docker - local clusters for testing Kubernetes
sudo apk add kindkind-bash-completion 0.31.0-r4
Bash completions for kind
sudo apk add kind-bash-completionkind-fish-completion 0.31.0-r4
Fish completions for kind
sudo apk add kind-fish-completionkind-zsh-completion 0.31.0-r4
Zsh completions for kind
sudo apk add kind-zsh-completionkind 0.31.0-2.fc44
Kubernetes IN Docker
https://github.com/kubernetes-sigs/kind
sudo dnf install kindkind 0.32.0-1.1
Kubernetes IN Docker - local clusters for testing Kubernetes
https://github.com/kubernetes-sigs/kind/
sudo zypper install kindkind-bash-completion 0.32.0-1.1
Bash Completion for kind
https://github.com/kubernetes-sigs/kind/
sudo zypper install kind-bash-completionkind-fish-completion 0.32.0-1.1
Fish Completion for kind
https://github.com/kubernetes-sigs/kind/
sudo zypper install kind-fish-completionkind-zsh-completion 0.32.0-1.1
Zsh Completion for kind
https://github.com/kubernetes-sigs/kind/
sudo zypper install kind-zsh-completionkind
sudo port install kindkind
choco install kindmain/kind
scoop install main/kindKubernetes.kind
winget install --id Kubernetes.kind -e来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.