kubernetes-cli
brew install kubernetes-cli
v1.36.2
Apache-2.0
Command-line interface for communicating with Kubernetes clusters via the API.
Why you might care
Essential tool for anyone managing Kubernetes workloads; lets you deploy, inspect, and manage containerized applications on K8s clusters. Reads kubeconfig files from ~/.kube/config or via KUBECONFIG env var. Often paired with container runtimes (Docker, containerd) and orchestration platforms; kubectl is the standard control plane client.
42.3k
30-day installs · #152
156.4k
90-day · #133
604.7k
365-day · #113
Build dependencies
Links
- https://kubernetes.io/docs/reference/kubectl/
- Brew formula source: Formula/k/kubernetes-cli.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [
"kubectl",
"kubernetes-cli@1.36"
],
"alternatives": [
"helm",
"kustomize",
"OpenShift CLI"
],
"build_dependencies": [
"go",
"bash",
"coreutils"
],
"categories": [
"container-runtime",
"orchestration",
"sysadmin"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Kubernetes command-line interface",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:40:41+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "kubernetes-cli",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://kubernetes.io/docs/reference/kubectl/",
"homepage_og_description": "Kubernetes provides a command line tool for communicating with a Kubernetes cluster\u0027s control plane, using the Kubernetes API.\nThis tool is named kubectl.\nFor configuration, kubectl looks for a file named config in the $HOME/.kube directory. You can specify other kubeconfig files by setting the KUBECONFIG environment variable or by setting the --kubeconfig flag.",
"homepage_og_image": "/images/kubernetes-open-graph.png",
"homepage_title": "Command line tool (kubectl) | Kubernetes",
"installs_30d": 42285,
"installs_365d": 604680,
"installs_90d": 156433,
"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:43:03+00:00",
"llm_model": "claude-haiku-4-5",
"name": "kubernetes-cli",
"oldnames": [],
"one_liner": "Command-line interface for communicating with Kubernetes clusters via the API.",
"optional_dependencies": [],
"rank_30d": 152,
"rank_365d": 113,
"rank_90d": 133,
"raw_hash": "50acf28b61875d3d",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/k/kubernetes-cli.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "1.36.2",
"versioned_formulae": [
"kubernetes-cli@1.35",
"kubernetes-cli@1.34",
"kubernetes-cli@1.33",
"kubernetes-cli@1.32",
"kubernetes-cli@1.31",
"kubernetes-cli@1.30"
],
"why_use_this": "Essential tool for anyone managing Kubernetes workloads; lets you deploy, inspect, and manage containerized applications on K8s clusters. Reads kubeconfig files from ~/.kube/config or via KUBECONFIG env var. Often paired with container runtimes (Docker, containerd) and orchestration platforms; kubectl is the standard control plane client."
}