kustomizer
« Back to VersTracker
Description:
Package manager for distributing Kubernetes configuration as OCI artifacts
Type: Formula  |  Latest Version: 2.2.1@0  |  Tracked Since: Dec 26, 2025
Links: Homepage  |  GitHub  |  Docs  |  formulae.brew.sh
Stars: 299  |  Forks: 14  |  Language: Go  |  Category: Devops
Tags: kubernetes devops gitops oci configuration-management
Install: brew install kustomizer
About:
Kustomizer is a command-line tool that packages and distributes Kubernetes configuration sets as OCI artifacts. It enables version-controlled, immutable deployments by treating infrastructure manifests like container images. This approach simplifies the management and synchronization of complex Kubernetes environments across clusters.
Key Features:
  • Packages Kubernetes manifests as OCI artifacts
  • Supports GitOps-style synchronization and reconciliation
  • Integrates with standard OCI registries (Docker Hub, GHCR, etc.)
  • Provides atomic upgrades and rollbacks
  • Verifies artifact signatures for security
Use Cases:
  • Sharing and versioning reusable Kubernetes components
  • Implementing GitOps workflows without requiring a Git repository on the cluster
  • Auditing and securing infrastructure changes with cryptographic signatures
Alternatives:
  • Flux – Flux is a full GitOps controller, while Kustomizer is a CLI tool that leverages OCI registries for distribution.
  • Helm – Helm uses templated charts, whereas Kustomizer focuses on packaging raw, overlayed Kubernetes manifests.
Version History
Detected Version Rev Change Commit
Dec 26, 2025 1:52pm 2.2.1 0 VERSION_BUMP 654c284c
Sep 14, 2024 12:41pm 0 VERSION_BUMP 9f358012