認証情報アクセス
Reads kubeconfig, cluster tokens, and pod/secret views allowed by the current context.
brew
k9s のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
エージェント安全性
k9s is an interactive Kubernetes UI with cluster read and mutation capability.
Reads kubeconfig, cluster tokens, and pod/secret views allowed by the current context.
Can delete, edit, scale, and exec into Kubernetes resources.
Can change live workloads and configuration.
Gate launch in privileged contexts and commands that mutate resources.
Use read-only contexts for agents; require approval before interactive cluster mutation.
インストール
brew install k9slocal Homebrew formula metadata
sudo port install k9sMacPorts ports tree · sysutils/k9s/Portfile · ソース: api.github.com
sudo apk add k9sAlpine Linux edge package indexes · k9s · ソース: dl-cdn.alpinelinux.org
sudo dnf install k9sFedora Rawhide package metadata · k9s · ソース: dl.fedoraproject.org
nix profile install nixpkgs#k9snixpkgs package indexes · pkgs/by-name/k9/k9s/package.nix · ソース: api.github.com
sudo pacman -S k9sArch Linux sync databases · k9s · ソース: geo.mirror.pkgbuild.com
sudo zypper install k9sopenSUSE Tumbleweed package metadata · k9s · ソース: download.opensuse.org
choco install k9sChocolatey community package catalog · k9s · ソース: community.chocolatey.org
scoop install main/k9sScoop official bucket manifest trees · bucket/k9s.json · ソース: api.github.com
winget install --id Derailed.k9s -eWindows Package Manager source index · Derailed.k9s · ソース: cdn.winget.microsoft.com
概要
Kubernetes CLI To Manage Your Clusters In Style!
履歴
K9s is a terminal user interface for Kubernetes that turns cluster navigation, inspection, and common operations into a keyboard-driven local app. It became one of the recognizable post-kubectl tools for operators who wanted a faster view of resources without moving into a full graphical dashboard.
The derailed/k9s repository was created in January 2019. The project describes K9s as a Kubernetes CLI for managing clusters in style and says it provides a terminal UI that continually watches Kubernetes resources for changes.
K9s evolved around the idea that many Kubernetes workflows are repetitive inspection loops: list pods, jump to logs, describe resources, edit manifests, switch namespaces, and watch status. Its documentation grew into topics for installation, configuration, skins, plugins, benchmarks, and operational commands.
K9s spread through the normal cross-platform CLI packaging routes. Its official install documentation lists Homebrew and MacPorts on macOS, Linuxbrew and Pacman on Linux, and Scoop or Chocolatey on Windows, which made it easy to add to existing Kubernetes workstations.
The project reached a scale visible in repository metadata: tens of thousands of GitHub stars and thousands of forks by July 2026. That level of attention is unusual for a single-purpose terminal UI and reflects the centrality of Kubernetes day-to-day operations.
K9s is used as an interactive cluster console. Operators open it against a kubeconfig context, watch resource tables update, drill into pods and workloads, tail logs, and trigger common commands without repeatedly composing kubectl invocations.
It complements rather than replaces kubectl: kubectl remains the scriptable primitive, while K9s is the fast human interface for scanning, debugging, and moving around clusters.
K9s is package-nerd catnip because it packages a large Kubernetes workflow into one local binary with a memorable name, broad package-manager coverage, and obvious daily utility. It is also a marker of the TUI renaissance in infrastructure tooling, alongside projects that use terminal layouts as serious operational interfaces.
Its configuration paths differ across Linux, macOS, and Windows, which makes it a useful example for package databases that track real application state rather than only executable names.
セキュリティ状態
infrastructure mutation or orchestration signal.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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.
$XDG_CONFIG_HOME/k9s/config.yaml~/.config/k9s/config.yaml~/Library/Application Support/k9s/config.yaml%LOCALAPPDATA%\k9s\config.yaml実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
k9s | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/derailed/k9s
インストールメタデータ
| パッケージキー | brew:k9s |
|---|---|
| バージョン | 0.51.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/k9s |
| ホームページ | https://k9scli.io/ |
| リポジトリ | https://github.com/derailed/k9s |
| 上流ドキュメント | https://k9scli.io/ |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/derailed/k9s.git |
| 最終更新 | 2026-06-06T20:47:06Z |
| 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 | k9s |
| 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 パッケージリンクとは分けて表示されます。
k9s
nix profile install nixpkgs#k9sk9s 0.50.18-r5
Kubernetes TUI
sudo apk add k9sk9s-bash-completion 0.50.18-r5
Bash completions for k9s
sudo apk add k9s-bash-completionk9s-fish-completion 0.50.18-r5
Fish completions for k9s
sudo apk add k9s-fish-completionk9s-zsh-completion 0.50.18-r5
Zsh completions for k9s
sudo apk add k9s-zsh-completionk9s 0.51.0-1.fc45
Kubernetes CLI To Manage Your Clusters In Style
https://github.com/derailed/k9s
sudo dnf install k9sk9s 0.50.18-2
TUI for managing Kubernetes clusters and pods
https://github.com/derailed/k9s
sudo pacman -S k9sk9s 0.51.0-1.1
Curses based terminal UI for Kubernetes clusters
https://github.com/derailed/k9s
sudo zypper install k9sk9s
sudo port install k9sk9s
choco install k9smain/k9s
scoop install main/k9sDerailed.k9s
winget install --id Derailed.k9s -eソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.