kind
brew install kind
v0.32.0
Apache-2.0
Run a local Kubernetes cluster inside Docker containers for development and testing.
Why you might care
kind creates a minimal, fast K8s cluster on your laptop without virtualization overhead, ideal for CI/CD pipelines and local testing. It's a single Go binary that manages Docker containers as cluster nodes, making it faster to spin up than minikube or kubeadm for ephemeral workloads.
6.6k
30-day installs · #482
15.4k
90-day · #639
67.4k
365-day · #550
Build dependencies
Links
- https://kind.sigs.k8s.io/
- Brew formula source: Formula/k/kind.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"minikube",
"kubeadm",
"Docker Desktop Kubernetes",
"k3s"
],
"build_dependencies": [
"go"
],
"categories": [
"container-runtime",
"orchestration"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Run local Kubernetes cluster in Docker",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:40:53+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "kind",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://kind.sigs.k8s.io/",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "kind",
"installs_30d": 6577,
"installs_365d": 67370,
"installs_90d": 15372,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Apache-2.0",
"llm_generated_at": "2026-06-20T23:45:08+00:00",
"llm_model": "claude-haiku-4-5",
"name": "kind",
"oldnames": [],
"one_liner": "Run a local Kubernetes cluster inside Docker containers for development and testing.",
"optional_dependencies": [],
"rank_30d": 482,
"rank_365d": 550,
"rank_90d": 639,
"raw_hash": "b4a42ee8cbde88a9",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/k/kind.rb",
"tap": "homebrew/core",
"test_dependencies": [
"docker"
],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "0.32.0",
"versioned_formulae": [],
"why_use_this": "kind creates a minimal, fast K8s cluster on your laptop without virtualization overhead, ideal for CI/CD pipelines and local testing. It\u0027s a single Go binary that manages Docker containers as cluster nodes, making it faster to spin up than minikube or kubeadm for ephemeral workloads."
}