macOS
brew install kubeloginlocal Homebrew formula metadata
brew
kubelogin のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install kubeloginlocal Homebrew formula metadata
nix profile install nixpkgs#kubeloginnixpkgs package indexes · pkgs/by-name/ku/kubelogin/package.nix · ソース: api.github.com
sudo zypper install kubeloginopenSUSE Tumbleweed package metadata · kubelogin · ソース: download.opensuse.org
sudo apk add kubectl-oidc_loginAlpine Linux edge package indexes · kubectl-oidc_login · ソース: dl-cdn.alpinelinux.org
choco install kubeloginChocolatey community package catalog · kubelogin · ソース: community.chocolatey.org
scoop install extras/kubeloginScoop official bucket manifest trees · bucket/kubelogin.json · ソース: api.github.com
winget install --id int128.kubelogin -eWindows Package Manager source index · int128.kubelogin · ソース: cdn.winget.microsoft.com
概要
OpenID Connect authentication plugin for kubectl
履歴
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.
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.
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.
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.
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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/cache/oidc-login実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
kubectl-oidc_login | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/int128/kubelogin
インストールメタデータ
| パッケージキー | brew:kubelogin |
|---|---|
| バージョン | 1.36.3 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/kubelogin |
| ホームページ | https://github.com/int128/kubelogin |
| リポジトリ | https://github.com/int128/kubelogin |
| 上流ドキュメント | https://github.com/int128/kubelogin/blob/master/README.md |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/int128/kubelogin/archive/refs/tags/v1.36.3.tar.gz |
| 最終更新 | 2026-07-19T06:34:43Z |
| Pulse | updated |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | kubelogin |
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
kubelogin
nix profile install nixpkgs#kubeloginkubelogin 0.2.18-1.1
Kubernetes client credential plugin implementing Azure authentication
https://github.com/Azure/kubelogin
sudo zypper install kubeloginkubelogin
choco install kubeloginextras/kubelogin
scoop install extras/kubeloginint128.kubelogin
winget install --id int128.kubelogin -ekubectl-oidc_login 1.35.2-r3
kubectl plugin for Kubernetes OpenID Connect authentication
https://github.com/int128/kubelogin
sudo apk add kubectl-oidc_loginソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.