Automic VaultAutomic Vault

brew

使用 Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, zypper, scoop, winget 安装 kind

查看 kind 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install kind

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install kind

MacPorts ports tree · sysutils/kind/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add kind

Alpine Linux edge package indexes · kind · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install kind

Debian stable package indexes · kind · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install kind

Fedora Rawhide package metadata · kind · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#kind

nixpkgs package indexes · pkgs/by-name/ki/kind/package.nix · 来源: api.github.com

openSUSE zypper已验证 · 92%
sudo zypper install kind

openSUSE Tumbleweed package metadata · kind · 来源: download.opensuse.org

Windows

Chocolatey已验证 · 92%
choco install kind

Chocolatey community package catalog · kind · 来源: community.chocolatey.org

Scoop已验证 · 92%
scoop install main/kind

Scoop official bucket manifest trees · bucket/kind.json · 来源: api.github.com

Windows Package Manager已验证 · 92%
winget install --id Kubernetes.kind -e

Windows 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.

时间线

  • Design: The initial kind design defined Kubernetes-in-Docker clusters as Docker-container nodes for local Kubernetes testing.
  • 2020: Public interest and adoption grew as local Kubernetes-in-Docker workflows became common for development and CI.
  • 2026: kind v0.32.0 release notes described Kubernetes 1.36.1 defaults, kubeadm v1beta4 support, containerd config v4 support, and Envoy replacing HAProxy for multi-control-plane load balancing.

Related projects

  • Kubernetes is the upstream system kind runs and tests.
  • kubeadm is the bootstrap tool kind uses inside node images.
  • Docker, podman, and nerdctl are supported container runtimes for local nodes.
  • kubetest is named in the design and README as an integration target.

安全态势

风险级别:orange

infrastructure mutation or orchestration signal.

风险分类器

orange 风险 · 中 置信度 · infrastructure

原因

  • infrastructure mutation or orchestration signal

信号

  • text:kubernetes,cluster

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
config.yaml

可执行文件

已安装的可执行文件

命令类型暴露范围备注
kindcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本0.32.0
管理器更新时间2026-06-02
本地数据OK
上游当前
检测到的最新版本v0.32.0

https://github.com/kubernetes-sigs/kind

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键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
Pulseupdated
构建依赖go
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namekind
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

kind 0.27.0-1+b2

Kubernetes IN Docker - local clusters for testing Kubernetes (program)

https://github.com/kubernetes-sigs/kind

sudo apt install kind
  • Section: devel
  • Architecture: amd64
  • Source Package: kind
  • 1 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Kind
Debian stable package indexes · deb.debian.org · Debian stable package indexes: kind from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

kind

nix profile install nixpkgs#kind
  • normalized package name match
  • 匹配方式:Kind
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ki/kind/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

kind 0.31.0-r4

Kubernetes IN Docker - local clusters for testing Kubernetes

https://kind.sigs.k8s.io/

sudo apk add kind
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: kind
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Kind
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kind from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

kind-bash-completion 0.31.0-r4

Bash completions for kind

https://kind.sigs.k8s.io/

sudo apk add kind-bash-completion
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: kind
  • normalized package name match
  • 匹配方式:Kind
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kind-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

kind-fish-completion 0.31.0-r4

Fish completions for kind

https://kind.sigs.k8s.io/

sudo apk add kind-fish-completion
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: kind
  • normalized package name match
  • 匹配方式:Kind
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kind-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

kind-zsh-completion 0.31.0-r4

Zsh completions for kind

https://kind.sigs.k8s.io/

sudo apk add kind-zsh-completion
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: kind
  • normalized package name match
  • 匹配方式:Kind
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kind-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

kind 0.31.0-2.fc44

Kubernetes IN Docker

https://github.com/kubernetes-sigs/kind

sudo dnf install kind
  • License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC-BY-4.0 AND MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: kind
  • 3 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Kind
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: kind from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

kind 0.32.0-1.1

Kubernetes IN Docker - local clusters for testing Kubernetes

https://github.com/kubernetes-sigs/kind/

sudo zypper install kind
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: kind
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Kind
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: kind from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

kind-bash-completion 0.32.0-1.1

Bash Completion for kind

https://github.com/kubernetes-sigs/kind/

sudo zypper install kind-bash-completion
  • License: Apache-2.0
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: kind
  • 2 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Kind
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: kind-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

kind-fish-completion 0.32.0-1.1

Fish Completion for kind

https://github.com/kubernetes-sigs/kind/

sudo zypper install kind-fish-completion
  • License: Apache-2.0
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: kind
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Kind
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: kind-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

kind-zsh-completion 0.32.0-1.1

Zsh Completion for kind

https://github.com/kubernetes-sigs/kind/

sudo zypper install kind-zsh-completion
  • License: Apache-2.0
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: kind
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Kind
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: kind-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

kind

sudo port install kind
  • normalized package name match
  • 匹配方式:Kind
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/kind/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

kind

choco install kind
  • normalized package name match
  • 匹配方式:Kind
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: kind from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','kb5001567'
Scoop95%

main/kind

scoop install main/kind
  • normalized package name match
  • 匹配方式:Kind
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/kind.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

Kubernetes.kind

winget install --id Kubernetes.kind -e
  • normalized package name match
  • 匹配方式:Kind
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Kubernetes.kind from https://cdn.winget.microsoft.com/cache/source.msix

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment