Automic VaultAutomic Vault

brew

Installer kustomize avec Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de kustomize pour les workflows d'agents IA.

sécurité des agents

Réponse sur la sécurité des agents

kustomize builds Kubernetes manifests that are commonly applied to clusters.

Accès aux identifiants

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

Modification distante

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

Risque de publication ou d'artéfact

Can generate deployable Kubernetes artifacts.

Contrôle recommandé

Gate secret-generator inputs and downstream apply operations.

Conseils d'utilisation par les agents

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

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install kustomize

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install kustomize

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

Linux

Alpine Linux apkvérifié · 92%
sudo apk add kustomize

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

Debian aptvérifié · 92%
sudo apt install kustomize

Debian stable package indexes · kustomize · Source: deb.debian.org

Fedora dnfvérifié · 92%
sudo dnf install kustomize

Fedora Rawhide package metadata · kustomize · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#kustomize

nixpkgs package indexes · kustomize · Source: raw.githubusercontent.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S kustomize

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

openSUSE zyppervérifié · 92%
sudo zypper install kustomize

openSUSE Tumbleweed package metadata · kustomize · Source: download.opensuse.org

Windows

Chocolateyvérifié · 92%
choco install kustomize

Chocolatey community package catalog · kustomize · Source: community.chocolatey.org

Scoopvérifié · 92%
scoop install main/kustomize

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

Windows Package Managervérifié · 92%
winget install --id Kubernetes.kustomize -e

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

aperçu

Résumé du paquet

Template-free customization of Kubernetes YAML manifests

Commandes et alias

  • kustomize

historique

Historique du projet et usages

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.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

Pourquoi les passionnés de paquets s'y intéressent

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.

Chronologie

  • 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.

posture de sécurité

Niveau de risque : orange

infrastructure mutation or orchestration signal.

Classificateur de risque

risque orange · confiance moyen · infrastructure

Pourquoi

  • infrastructure mutation or orchestration signal

Signaux

  • text:kubernetes

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • Les métadonnées de compilation listent 1 dépendances de compilation.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

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

exécutables

Exécutables installés

CommandeTypeExpositionNote
kustomizecliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-25
version du gestionnaire5.8.1
gestionnaire mis à jour
données localesOK
amontà jour
dernière version détectéekustomize/v5.8.1

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

  • infoNo package-manager update timestamp was available.confiance faible

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:kustomize
Version5.8.1
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/kustomize
Page d'accueilhttps://github.com/kubernetes-sigs/kustomize
Dépôthttps://github.com/kubernetes-sigs/kustomize
Docs amonthttps://github.com/kubernetes-sigs/kustomize#readme
LicenceApache-2.0
Archive sourcehttps://github.com/kubernetes-sigs/kustomize/archive/refs/tags/kustomize/v5.8.1.tar.gz
Dépendances de compilationgo
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

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

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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
  • Correspondance par : 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
  • Correspondance par : 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 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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
  • Correspondance par : 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
  • Correspondance par : 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

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • 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