macOS
brew install kindlocal Homebrew formula metadata
sudo port install kindMacPorts ports tree · sysutils/kind/Portfile · source: api.github.com
brew
Run local Kubernetes cluster in Docker. Version 0.32.0 via Homebrew; verified 2026-06-02.
install
brew install kindlocal Homebrew formula metadata
sudo port install kindMacPorts ports tree · sysutils/kind/Portfile · source: api.github.com
sudo apk add kindAlpine Linux edge package indexes · kind · source: dl-cdn.alpinelinux.org
sudo apt install kindDebian stable package indexes · kind · source: deb.debian.org
sudo dnf install kindFedora Rawhide package metadata · kind · source: dl.fedoraproject.org
nix profile install nixpkgs#kindnixpkgs package indexes · pkgs/by-name/ki/kind/package.nix · source: api.github.com
sudo zypper install kindopenSUSE Tumbleweed package metadata · kind · source: download.opensuse.org
choco install kindChocolatey community package catalog · kind · source: community.chocolatey.org
scoop install main/kindScoop official bucket manifest trees · bucket/kind.json · source: api.github.com
winget install --id Kubernetes.kind -eWindows Package Manager source index · Kubernetes.kind · source: cdn.winget.microsoft.com
overview
Run local Kubernetes cluster in Docker
history
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.
security posture
infrastructure mutation or orchestration signal.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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.yamlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
kind | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/kubernetes-sigs/kind
install metadata
| Package key | brew:kind |
|---|---|
| Version | 0.32.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/kind |
| Homepage | https://kind.sigs.k8s.io/ |
| Repository | https://github.com/kubernetes-sigs/kind |
| Upstream docs | https://kind.sigs.k8s.io/docs |
| License | Apache-2.0 |
| Source archive | https://github.com/kubernetes-sigs/kind/archive/refs/tags/v0.32.0.tar.gz |
| Last updated | 2026-06-02T20:02:28Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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 -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.