Extending Kustomize: Basic Templating

Kustomize is my favorite tool to manage the bunch of YAML we need to manage operating our clusters and applications. Since it is integrated in kubectl and oc, it is possible to apply a config to your cluster using one command. Or if you like Gitops, ArgoCD can sync your kustomize layer(s) stored in git automatically. A project usually consists of a base layer and a few subsidiary layers that are customized versions of the base....

May 22, 2022 · 4 min · Maarten Steenhuyse