Automic VaultAutomic Vault

brew

使用 Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget 安装 kustomize

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

代理安全

代理安全回答

kustomize builds Kubernetes manifests that are commonly applied to clusters.

凭据访问

Reads manifest files that may include secret generators or config references.

远程变更

Build is local, but output is intended for cluster mutation.

发布/制品风险

Can generate deployable Kubernetes artifacts.

推荐控制

Gate secret-generator inputs and downstream apply operations.

代理使用指南

Allow build output review; require approval before applying generated manifests or reading secret files.

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install kustomize

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install kustomize

MacPorts ports tree · devel/kustomize/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add kustomize

Alpine Linux edge package indexes · kustomize · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install kustomize

Debian stable package indexes · kustomize · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install kustomize

Fedora Rawhide package metadata · kustomize · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#kustomize

nixpkgs package indexes · kustomize · 来源: raw.githubusercontent.com

Arch Linux pacman已验证 · 92%
sudo pacman -S kustomize

Arch Linux sync databases · kustomize · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install kustomize

openSUSE Tumbleweed package metadata · kustomize · 来源: download.opensuse.org

Windows

Chocolatey已验证 · 92%
choco install kustomize

Chocolatey community package catalog · kustomize · 来源: community.chocolatey.org

Scoop已验证 · 92%
scoop install main/kustomize

Scoop official bucket manifest trees · bucket/kustomize.json · 来源: api.github.com

Windows Package Manager已验证 · 92%
winget install --id Kubernetes.kustomize -e

Windows Package Manager source index · Kubernetes.kustomize · 来源: cdn.winget.microsoft.com

概览

软件包摘要

Template-free customization of Kubernetes YAML manifests

命令和别名

  • kustomize

历史

项目历史与用法

Kustomize is the Kubernetes SIG CLI tool for template-free customization of raw YAML manifests. It became especially significant after the `kustomize build` flow was embedded into kubectl v1.14.

项目历史

Kustomize was created to customize Kubernetes resource YAML without mutating the base files and without introducing a general-purpose templating language. The README compares it to `make`, because desired transformations are declared in a file, and to `sed`, because the output is edited text.

The project's core model is the `kustomization.yaml` file. Users declare resources, generators, patches, labels, name transformations, bases, and overlays, then run `kustomize build` to emit deployable YAML. That model made it attractive to GitOps and package-management workflows where plain YAML remains reviewable.

采用历史

Kustomize crossed from standalone Kubernetes SIG CLI project into kubectl when the v2.0.3 build flow was added to kubectl v1.14 in 2019. The embedded version stayed frozen through kubectl v1.20, then moved to v4.0.5 in kubectl v1.21 and continued being tracked in Kubernetes release notes.

A 2024 Kubernetes Enhancement Proposal proposed deprecating and removing Kustomize from kubectl, partly to let the two tools develop separately and reduce kubectl dependency weight. The same KEP records that after SIG Architecture discussion on October 17, 2024, the removal proposal was not pursued because widespread community adoption made removal disruptive.

使用方式

Users keep a base directory of Kubernetes YAML plus a `kustomization.yaml`, then create environment-specific overlays such as development, staging, and production. `kustomize build` emits the rendered YAML, commonly piped to `kubectl apply -f -` or used by GitOps controllers.

为什么软件包爱好者会关心

Kustomize is one of the most important Kubernetes packaging tools because it occupies a middle ground between raw manifests and full templating systems such as Helm. For package maintainers, it matters because it preserves upstream YAML as patchable source material, supports overlays cleanly, and exists both as a standalone binary and as a kubectl-integrated workflow.

时间线

  • 2018: Kustomize matured as a Kubernetes YAML customization tool under Kubernetes SIG CLI.
  • 2019: kubectl v1.14 added the Kustomize v2.0.3 build flow.
  • 2021: kubectl v1.21 updated the embedded Kustomize version to v4.0.5.
  • 2024: A Kubernetes Enhancement Proposal to remove Kustomize from kubectl was not pursued after discussion because of widespread adoption.

Related projects

  • Kustomize is related to kubectl, Kubernetes SIG CLI, Helm, GitOps controllers, Kubernetes manifests, Krew plugins, and configuration-management tools that transform YAML before applying it to clusters.

安全态势

风险级别:orange

infrastructure mutation or orchestration signal.

风险分类器

orange 风险 · 中 置信度 · infrastructure

原因

  • infrastructure mutation or orchestration signal

信号

  • text:kubernetes

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

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
kustomization.yaml

可执行文件

已安装的可执行文件

命令类型暴露范围备注
kustomizecli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本5.8.1
管理器更新时间
本地数据OK
上游当前
检测到的最新版本kustomize/v5.8.1

https://github.com/kubernetes-sigs/kustomize

  • 信息No package-manager update timestamp was available.低 置信度

安装元数据

软件包元数据

软件包键brew:kustomize
版本5.8.1
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/kustomize
主页https://github.com/kubernetes-sigs/kustomize
仓库https://github.com/kubernetes-sigs/kustomize
上游文档https://github.com/kubernetes-sigs/kustomize#readme
许可证Apache-2.0
源码归档https://github.com/kubernetes-sigs/kustomize/archive/refs/tags/kustomize/v5.8.1.tar.gz
构建依赖go
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

golang-k8s-sigs-kustomize-dev 5.6.0+ds-1

Customization of Kubernetes YAML configurations (library)

https://github.com/kubernetes-sigs/kustomize

sudo apt install golang-k8s-sigs-kustomize-dev
  • Section: golang
  • Architecture: all
  • Source Package: kustomize
  • 10 依赖
  • normalized package name match
  • 匹配方式:Kustomize
Debian stable package indexes · deb.debian.org · Debian stable package indexes: golang-k8s-sigs-kustomize-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

kustomize 5.6.0+ds-1+b2

Customization of Kubernetes YAML configurations (program)

https://github.com/kubernetes-sigs/kustomize

sudo apt install kustomize
  • Section: golang
  • Architecture: amd64
  • Source Package: kustomize
  • 1 依赖
  • normalized package name match
  • 匹配方式:Kustomize
Debian stable package indexes · deb.debian.org · Debian stable package indexes: kustomize from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

kustomize

nix profile install nixpkgs#kustomize
  • normalized package name match
  • 匹配方式:Kustomize
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: kustomize from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
apk95%

kustomize 5.8.1-r2

Template-free customization of Kubernetes YAML manifests

https://kustomize.io/

sudo apk add kustomize
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: kustomize
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Kustomize
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kustomize from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

kustomize-bash-completion 5.8.1-r2

Bash completions for kustomize

https://kustomize.io/

sudo apk add kustomize-bash-completion
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: kustomize
  • normalized package name match
  • 匹配方式:Kustomize
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kustomize-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

kustomize-fish-completion 5.8.1-r2

Fish completions for kustomize

https://kustomize.io/

sudo apk add kustomize-fish-completion
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: kustomize
  • normalized package name match
  • 匹配方式:Kustomize
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kustomize-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

kustomize-zsh-completion 5.8.1-r2

Zsh completions for kustomize

https://kustomize.io/

sudo apk add kustomize-zsh-completion
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: kustomize
  • normalized package name match
  • 匹配方式:Kustomize
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kustomize-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

kustomize 5.8.1-1.fc45

Customization of kubernetes YAML configurations

https://github.com/kubernetes-sigs/kustomize

sudo dnf install kustomize
  • License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: kustomize
  • 4 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Kustomize
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: kustomize from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

kustomize 5.8.1-1

Template-free customization of Kubernetes YAML manifests

https://github.com/kubernetes-sigs/kustomize

sudo pacman -S kustomize
  • License: Apache-2.0
  • Architecture: x86_64
  • 1 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Kustomize
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: kustomize from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

kustomize 5.8.1-1.2

Customization of kubernetes YAML configurations

https://github.com/kubernetes-sigs/kustomize

sudo zypper install kustomize
  • License: Apache-2.0
  • Category: System/Management
  • Architecture: x86_64
  • Source Package: kustomize
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Kustomize
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: kustomize from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

kustomize-bash-completion 5.8.1-1.2

Bash Completion for kustomize

https://github.com/kubernetes-sigs/kustomize

sudo zypper install kustomize-bash-completion
  • License: Apache-2.0
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: kustomize
  • 2 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Kustomize
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: kustomize-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

kustomize-fish-completion 5.8.1-1.2

Fish Completion for kustomize

https://github.com/kubernetes-sigs/kustomize

sudo zypper install kustomize-fish-completion
  • License: Apache-2.0
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: kustomize
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Kustomize
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: kustomize-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

kustomize-zsh-completion 5.8.1-1.2

Zsh Completion for kustomize

https://github.com/kubernetes-sigs/kustomize

sudo zypper install kustomize-zsh-completion
  • License: Apache-2.0
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: kustomize
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Kustomize
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: kustomize-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

kustomize

sudo port install kustomize
  • normalized package name match
  • 匹配方式:Kustomize
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/kustomize/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

kustomize

choco install kustomize
  • normalized package name match
  • 匹配方式:Kustomize
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: kustomize from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','kubectx'
Scoop95%

main/kustomize

scoop install main/kustomize
  • normalized package name match
  • 匹配方式:Kustomize
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/kustomize.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated agent safety answer
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment