Automic VaultAutomic Vault

brew

kind を Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, zypper, scoop, winget でインストール

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

概要

パッケージ概要

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

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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