macOS
brew install kindlocal Homebrew formula metadata
sudo port install kindMacPorts ports tree · sysutils/kind/Portfile · ソース: api.github.com
brew
kind のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
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ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.