kustomizer

Manage Kubernetes configs as OCI artifacts with versioning

brewmacoslinux
Try with needOr install directly
Source

About

Package manager for distributing Kubernetes configuration as OCI artifacts

Commands

kustomizer

Examples

Push a Kubernetes configuration to an OCI registry$ kustomizer push oci://registry.example.com/my-app:v1.0 -f kustomization.yaml
Pull and apply a Kubernetes config artifact from OCI registry$ kustomizer pull oci://registry.example.com/my-app:v1.0 | kubectl apply -f -
List available versions of a Kubernetes config artifact$ kustomizer list oci://registry.example.com/my-app