kubectl-kustomize
builds a kustomization target from a directory containing kustomization
TLDR
Build kustomization from directory
$ kubectl kustomize [directory]
Build and output to file$ kubectl kustomize [directory] > [output.yaml]
Apply kustomization$ kubectl apply -k [directory]
SYNOPSIS
kubectl kustomize directory [options]
DESCRIPTION
kubectl kustomize builds a kustomization target from a directory containing kustomization.yaml. Processes patches, overlays, and resource modifications without templates. Output can be piped to kubectl apply.
PARAMETERS
--enable-helm
Enable Helm chart rendering.--load-restrictor value
Control resource loading restrictions.-o, --output format
Output format.
SEE ALSO
kubectl(1), kubectl-apply(1)
