Accès aux identifiants
Reads kubeconfig, exec credentials, cluster tokens, and namespace context.
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de kubernetes-cli pour les workflows d'agents IA.
sécurité des agents
kubernetes-cli provides kubectl, which controls Kubernetes clusters and workloads.
Reads kubeconfig, exec credentials, cluster tokens, and namespace context.
Can create, patch, delete, scale, and exec into cluster workloads.
Can apply manifests that deploy or expose application artifacts.
Gate kubectl apply, delete, patch, exec, port-forward, and context changes.
Allow get/describe with safe contexts; require approval for cluster writes and secret reads.
installation
brew install kubernetes-clilocal Homebrew formula metadata
sudo port install kubectlMacPorts ports tree · sysutils/kubectl/Portfile · Source: api.github.com
sudo apk add kubectlAlpine Linux edge package indexes · kubectl · Source: dl-cdn.alpinelinux.org
sudo apt install kubectlDebian stable package indexes · kubectl · Source: deb.debian.org
nix profile install nixpkgs#kubectlnixpkgs package indexes · pkgs/by-name/ku/kubectl/package.nix · Source: api.github.com
sudo pacman -S kubectlArch Linux sync databases · kubectl · Source: geo.mirror.pkgbuild.com
choco install kubernetes-cliChocolatey community package catalog · kubernetes-cli · Source: community.chocolatey.org
winget install --id Kubernetes.kubectl -eWindows Package Manager source index · Kubernetes.kubectl · Source: cdn.winget.microsoft.com
scoop install main/kubectlScoop official bucket manifest trees · bucket/kubectl.json · Source: api.github.com
aperçu
Kubernetes command-line interface
historique
kubectl is the Kubernetes command-line client and the binary packaged by Homebrew as kubernetes-cli. It is the standard local interface for sending requests to the Kubernetes control plane, reading and writing objects, inspecting resources, and driving day-to-day cluster operations.
Kubernetes began as an open source Google project in 2014 and reached version 1.0 on July 21, 2015, alongside Google's announcement that the project would be donated to the newly formed Cloud Native Computing Foundation. kubectl evolved with the project as the human-facing client for the Kubernetes API.
As Kubernetes became the common substrate for cloud-native infrastructure, kubectl became one of the most widely installed operations binaries in developer and platform-engineering toolchains. Its packaging across Homebrew, Linux distributions, Chocolatey, Scoop, winget, Nix, MacPorts, and other systems reflects that it is both a developer tool and an infrastructure administration tool.
kubectl reads kubeconfig data to select a cluster, user, namespace, and context, then communicates with the API server. Kubernetes documentation says kubectl looks for config in $HOME/.kube/config by default, while KUBECONFIG and --kubeconfig allow explicit or merged configuration files.
The kubernetes-cli package is significant because it decouples the local client from a full Kubernetes installation. Package managers let users pin or upgrade the client, match cluster version-skew policy, and keep scripts using a predictable kubectl binary without installing control-plane components.
posture de sécurité
cluster orchestration infrastructure.
risque orange · confiance élevé · infrastructure
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des 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.
~/.kube/configCredential-bearing paths to review before unattended agent runs.
~/.kube/configexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
kubectl | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/kubernetes/kubernetes
métadonnées d'installation
| Clé du paquet | brew:kubernetes-cli |
|---|---|
| Version | 1.36.3 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/kubernetes-cli |
| Page d'accueil | https://kubernetes.io/docs/reference/kubectl/ |
| Dépôt | https://github.com/kubernetes/kubernetes |
| Docs amont | https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig |
| Licence | Apache-2.0 |
| Archive source | https://github.com/kubernetes/kubernetes.git |
| Dernière mise à jour | 2026-07-23T03:43:20Z |
| Pulse | updated |
| Dépendances de compilation | bash, coreutils, go |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | kubernetes-cli |
| Aliases |
|
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
kubernetes-cli
choco install kubernetes-cliKubernetes.kubectl
winget install --id Kubernetes.kubectl -ekubectl
sudo port install kubectlkubectl 1.32.3+ds-2
Command-line tool for controlling Kubernetes clusters
sudo apt install kubectlkubectl
nix profile install nixpkgs#kubectlkubectl 1.36.1-r0
Kubernetes - kubectl
sudo apk add kubectlkubectl 1.36.1-1
A command line tool for communicating with a Kubernetes API server
sudo pacman -S kubectlmain/kubectl
scoop install main/kubectlpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.