It’s a tool to merge yaml configs for k8s.
https://kustomize.io PRFAQ / launch announcement
built into kubectl
.
Source templates are called bases
.
Things which are merged in are called overlays
.
Within overlays are one or more patches.
The patches are configured in a manifest file called kustomization.yaml
.