Automic VaultAutomic Vault

brew

kubelogin mit Homebrew, chocolatey, Nix, zypper, scoop, winget, apk installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für kubelogin in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install kubelogin

local Homebrew formula metadata

Linux

Nixverifiziert · 92%
nix profile install nixpkgs#kubelogin

nixpkgs package indexes · pkgs/by-name/ku/kubelogin/package.nix · Quelle: api.github.com

openSUSE zypperverifiziert · 92%
sudo zypper install kubelogin

openSUSE Tumbleweed package metadata · kubelogin · Quelle: download.opensuse.org

Alpine Linux apkverifiziert · 92%
sudo apk add kubectl-oidc_login

Alpine Linux edge package indexes · kubectl-oidc_login · Quelle: dl-cdn.alpinelinux.org

Windows

Chocolateyverifiziert · 92%
choco install kubelogin

Chocolatey community package catalog · kubelogin · Quelle: community.chocolatey.org

Scoopverifiziert · 92%
scoop install extras/kubelogin

Scoop official bucket manifest trees · bucket/kubelogin.json · Quelle: api.github.com

Windows Package Managerverifiziert · 92%
winget install --id int128.kubelogin -e

Windows Package Manager source index · int128.kubelogin · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

OpenID Connect authentication plugin for kubectl

Befehle und Aliase

  • kubectl-oidc_login

Verlauf

Projektgeschichte und Nutzung

int128/kubelogin is a kubectl plugin for Kubernetes OpenID Connect authentication, also known as kubectl oidc-login. It became important as Kubernetes client authentication moved toward exec credential plugins and as clusters increasingly delegated user login to OIDC identity providers.

Projektgeschichte

The public GitHub repository was created on March 21, 2018. The README identifies kubelogin as a kubectl plugin for Kubernetes OIDC authentication and explains that it is designed to run as a client-go credential plugin.

The project tracks Kubernetes exec credential APIs and browser-based OIDC login flows. Its CLI can be invoked through kubectl plugin naming as kubectl oidc-login, and it stores token cache data in the filesystem by default with an option to use the system keyring.

Adoptionsgeschichte

kubelogin gained adoption because Kubernetes documented client-go credential plugins as a stable feature in Kubernetes v1.22. That mechanism lets kubectl and client-go execute an external command to receive user credentials for authentication protocols such as OAuth2 and SAML.

The README documents installation through Homebrew, Krew, Chocolatey, and GitHub Releases. The package also appears in apk, Nix, Scoop, winget, and zypper metadata in the batch input, showing that an authentication helper crossed from Kubernetes plugin culture into general OS package managers.

Wie es verwendet wird

When kubectl runs, kubelogin opens a browser for the user to authenticate with an OIDC provider, obtains a token, and returns Kubernetes ExecCredential output for client-go. The kubeconfig user.exec stanza points to the plugin command and arguments.

The default token cache path documented by the README is ~/.kube/cache/oidc-login, and kubectl oidc-login clean deletes cached credentials so the next kubectl run starts a fresh browser login.

Warum Paket-Nerds sich dafür interessieren

kubelogin is significant because it is both a kubectl plugin and a security-sensitive credential helper. Packaging matters here: users want a reproducible binary from Homebrew, Krew, Chocolatey, or distro packages because the tool participates directly in Kubernetes API authentication.

Zeitleiste

  • 2018-03-21: Public GitHub repository created
  • 2021: Kubernetes v1.22 marked client-go credential plugins stable
  • 2026-05-30: v1.36.2 release published
  • 2026: README documented Homebrew, Krew, Chocolatey, and GitHub Releases installation paths

Related projects

  • Kubernetes client-go credential plugins provide the exec-plugin mechanism kubelogin implements.
  • Krew distributes kubelogin as the oidc-login kubectl plugin.
  • OpenID Connect and OAuth2 identity providers are the authentication systems kubelogin bridges into kubectl.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

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
~/.kube/config

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.kube/cache/oidc-login

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
kubectl-oidc_logincliglobales Executable

Aktualität

Version und 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.

Seite generiert2026-07-25
Manager-Version1.36.3
Manager aktualisiert2026-07-19
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv1.36.3

https://github.com/int128/kubelogin

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:kubelogin
Version1.36.3
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/kubelogin
Homepagehttps://github.com/int128/kubelogin
Repositoryhttps://github.com/int128/kubelogin
Upstream-Dokumentationhttps://github.com/int128/kubelogin/blob/master/README.md
LizenzApache-2.0
Quellarchivhttps://github.com/int128/kubelogin/archive/refs/tags/v1.36.3.tar.gz
Zuletzt aktualisiert2026-07-19T06:34:43Z
Pulseupdated
Build-Abhängigkeitengo
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namekubelogin
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Nix95%

kubelogin

nix profile install nixpkgs#kubelogin
  • normalized package name match
  • Abgeglichen nach: Kubelogin
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ku/kubelogin/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
zypper95%

kubelogin 0.2.18-1.1

Kubernetes client credential plugin implementing Azure authentication

https://github.com/Azure/kubelogin

sudo zypper install kubelogin
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: kubelogin
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Kubelogin
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: kubelogin from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
Chocolatey95%

kubelogin

choco install kubelogin
  • normalized package name match
  • Abgeglichen nach: Kubelogin
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: kubelogin from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','kubectx'
Scoop95%

extras/kubelogin

scoop install extras/kubelogin
  • normalized package name match
  • Abgeglichen nach: Kubelogin
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/kubelogin.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
winget95%

int128.kubelogin

winget install --id int128.kubelogin -e
  • normalized package name match
  • Abgeglichen nach: Kubelogin
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: int128.kubelogin from https://cdn.winget.microsoft.com/cache/source.msix
apk92%

kubectl-oidc_login 1.35.2-r3

kubectl plugin for Kubernetes OpenID Connect authentication

https://github.com/int128/kubelogin

sudo apk add kubectl-oidc_login
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: kubectl-oidc_login
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • installed executable or alias match
  • Abgeglichen nach: Kubectl Oidc Login
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kubectl-oidc_login from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • 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