# 使用 Homebrew, apk, MacPorts, Nix, pacman, zypper, scoop 安装 kubeseal

查看 kubeseal 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:kubeseal
```

## 代理安全回答

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.

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install kubeseal
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install kubeseal
```

  证据: MacPorts ports tree: sysutils/kubeseal/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add kubeseal
```

  证据: Alpine Linux edge package indexes: kubeseal from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#kubeseal
```

  证据: nixpkgs package indexes: pkgs/by-name/ku/kubeseal/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S kubeseal
```

  证据: Arch Linux sync databases: kubeseal from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install kubeseal
```

  证据: openSUSE Tumbleweed package metadata: kubeseal from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/kubeseal
```

  证据: Scoop official bucket manifest trees: bucket/kubeseal.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:kubeseal
- **软件包管理器:** Homebrew
- **版本:** 0.38.4
- **来源摘要:** Kubernetes controller and tool for one-way encrypted Secrets
- **主页:** <https://github.com/bitnami/sealed-secrets>
- **仓库:** <https://github.com/bitnami/sealed-secrets>
- **最后更新:** 2026-07-04T16:53:43+09:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- kubeseal (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.38.4
## 项目历史与用法

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.

### 时间线

- 2026: The v0.38.1 release page listed controller installation YAML and kubeseal client binaries, including Homebrew instructions for macOS.

### Related projects

- Related tools and patterns include Kubernetes Secrets, GitOps controllers such as Argo CD and Flux, external-secrets operators, SOPS, and cloud KMS-backed secret-management workflows.

### 来源

- <https://github.com/bitnami-labs/sealed-secrets/blob/main/README.md>
- <https://github.com/bitnami-labs/sealed-secrets/releases>


## 安全说明

broad file, network, media, or database tool signal. infrastructure mutation or orchestration signal.

- **Geiger 风险:** orange / 中
- broad file, network, media, or database tool signal
- infrastructure mutation or orchestration signal

## 其他软件包管理器记录

- Nix - kubeseal: normalized package name match | nixpkgs package indexes: pkgs/by-name/ku/kubeseal/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - kubeseal - 0.38.4-r1: normalized package name match | Alpine Linux edge package indexes: kubeseal from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | A Kubernetes controller and tool for one-way encrypted Secrets | https://github.com/bitnami-labs/sealed-secrets
- apk - kubeseal-doc - 0.38.4-r1: normalized package name match | Alpine Linux edge package indexes: kubeseal-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | A Kubernetes controller and tool for one-way encrypted Secrets (documentation) | https://github.com/bitnami-labs/sealed-secrets
- pacman - kubeseal - 0.35.0-2: normalized package name match | Arch Linux sync databases: kubeseal from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A Kubernetes controller and tool for one-way encrypted Secrets | https://github.com/bitnami-labs/sealed-secrets
- zypper - kubeseal - 0.38.2-1.2: normalized package name match | openSUSE Tumbleweed package metadata: kubeseal from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | CLI for encrypting secrets to SealedSecrets | https://github.com/bitnami-labs/sealed-secrets
- MacPorts - kubeseal: normalized package name match | MacPorts ports tree: sysutils/kubeseal/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/kubeseal: normalized package name match | Scoop official bucket manifest trees: bucket/kubeseal.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/kubeseal.yml](https://github.com/mxcl/pkgdb/blob/main/combined/kubeseal.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
- curated agent safety answer
