kustomize build
Build a kustomization.yaml into the set of Kubernetes resources it describes
kustomize build
is Kustomize’s primary command. It recursively builds (aka hydrates) the kustomization.yaml you point it to, resulting in a set of Kubernetes resources ready to be deployed. See the Kustomization File reference for details on how this works and what a kustomization.yaml can include.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified February 25, 2022: applied suggested changes following review (09b78c6)