認証情報アクセス
Handles secret manifests and cluster public keys; input files may contain sensitive values.
brew
kubeseal のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
エージェント安全性
kubeseal transforms Kubernetes secrets and is tied to cluster secret-management workflows.
Handles secret manifests and cluster public keys; input files may contain sensitive values.
Does not usually mutate clusters directly, but output is intended for cluster application.
Can produce sealed secret artifacts committed or deployed to clusters.
Gate commands that read plaintext secret files or write deployable sealed secrets.
Allow public-key fetches; require approval before processing plaintext secrets or writing manifests.
インストール
brew install kubeseallocal Homebrew formula metadata
sudo port install kubesealMacPorts ports tree · sysutils/kubeseal/Portfile · ソース: api.github.com
sudo apk add kubesealAlpine Linux edge package indexes · kubeseal · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#kubesealnixpkgs package indexes · pkgs/by-name/ku/kubeseal/package.nix · ソース: api.github.com
sudo pacman -S kubesealArch Linux sync databases · kubeseal · ソース: geo.mirror.pkgbuild.com
sudo zypper install kubesealopenSUSE Tumbleweed package metadata · kubeseal · ソース: download.opensuse.org
scoop install main/kubesealScoop official bucket manifest trees · bucket/kubeseal.json · ソース: api.github.com
概要
Kubernetes controller and tool for one-way encrypted Secrets
履歴
kubeseal is the client-side utility for Bitnami Sealed Secrets, a Kubernetes controller and custom resource pattern for storing encrypted Secrets safely in Git.
Sealed Secrets addresses the GitOps-era problem of managing Kubernetes configuration in version control while keeping Secret values encrypted. The project is split into a cluster-side controller/operator and the kubeseal CLI. kubeseal uses asymmetric cryptography to encrypt a Kubernetes Secret into a SealedSecret custom resource that only the target cluster's controller can decrypt.
kubeseal became a common companion tool for teams that wanted declarative Kubernetes deployments without introducing an external secret store into every workflow. Its release notes and README document distribution through Homebrew, MacPorts, Nixpkgs, Linux binaries, and controller manifests.
A typical workflow creates or exports a Kubernetes Secret manifest, pipes it through kubeseal, commits the resulting SealedSecret YAML, and lets the in-cluster controller unseal it back into a normal Kubernetes Secret.
kubeseal is package-nerd interesting because the CLI is only half of the product: the packaged binary must line up with a CRD/controller deployed in the cluster. It also turned a security-sensitive Kubernetes workflow into a small Unix-friendly command-line transform.
セキュリティ状態
broad file, network, media, or database tool signal. infrastructure mutation or orchestration signal.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
kubeseal | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/bitnami/sealed-secrets
インストールメタデータ
| パッケージキー | brew:kubeseal |
|---|---|
| バージョン | 0.38.4 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/kubeseal |
| ホームページ | https://github.com/bitnami/sealed-secrets |
| リポジトリ | https://github.com/bitnami/sealed-secrets |
| 上流ドキュメント | https://github.com/bitnami-labs/sealed-secrets/blob/main/README.md |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/bitnami/sealed-secrets.git |
| 最終更新 | 2026-07-04T16:53:43+09:00 |
| 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 | kubeseal |
| 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 パッケージリンクとは分けて表示されます。
kubeseal
nix profile install nixpkgs#kubesealkubeseal 0.37.0-r0
A Kubernetes controller and tool for one-way encrypted Secrets
https://github.com/bitnami-labs/sealed-secrets
sudo apk add kubesealkubeseal-doc 0.37.0-r0
A Kubernetes controller and tool for one-way encrypted Secrets (documentation)
https://github.com/bitnami-labs/sealed-secrets
sudo apk add kubeseal-dockubeseal 0.35.0-2
A Kubernetes controller and tool for one-way encrypted Secrets
https://github.com/bitnami-labs/sealed-secrets
sudo pacman -S kubesealkubeseal 0.37.0-1.1
CLI for encrypting secrets to SealedSecrets
https://github.com/bitnami-labs/sealed-secrets
sudo zypper install kubesealkubeseal
sudo port install kubesealmain/kubeseal
scoop install main/kubesealソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.