Credential-Zugriff
Reads kubeconfig, exec credentials, cluster tokens, and namespace context.
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für kubernetes-cli in AI-Agent-Workflows.
Agent-Sicherheit
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 · Quelle: api.github.com
sudo apk add kubectlAlpine Linux edge package indexes · kubectl · Quelle: dl-cdn.alpinelinux.org
sudo apt install kubectlDebian stable package indexes · kubectl · Quelle: deb.debian.org
nix profile install nixpkgs#kubectlnixpkgs package indexes · pkgs/by-name/ku/kubectl/package.nix · Quelle: api.github.com
sudo pacman -S kubectlArch Linux sync databases · kubectl · Quelle: geo.mirror.pkgbuild.com
choco install kubernetes-cliChocolatey community package catalog · kubernetes-cli · Quelle: community.chocolatey.org
winget install --id Kubernetes.kubectl -eWindows Package Manager source index · Kubernetes.kubectl · Quelle: cdn.winget.microsoft.com
scoop install main/kubectlScoop official bucket manifest trees · bucket/kubectl.json · Quelle: api.github.com
Überblick
Kubernetes command-line interface
Verlauf
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.
Sicherheitslage
cluster orchestration infrastructure.
orange Risiko · hoch Konfidenz · infrastructure
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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/configExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
kubectl | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/kubernetes/kubernetes
Installationsmetadaten
| Paketschlüssel | brew:kubernetes-cli |
|---|---|
| Version | 1.36.3 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/kubernetes-cli |
| Homepage | https://kubernetes.io/docs/reference/kubectl/ |
| Repository | https://github.com/kubernetes/kubernetes |
| Upstream-Dokumentation | https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://github.com/kubernetes/kubernetes.git |
| Zuletzt aktualisiert | 2026-07-23T03:43:20Z |
| Pulse | updated |
| Build-Abhängigkeiten | bash, coreutils, go |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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/kubectlQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.