Kubernetes

Describe in high-level how Kustomize works

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

  1. You add kustomization.yml file in the folder of the app you would like to customize.
    1. You define the customizations you would like to perform
  2. You run kustomize build APP_PATH where your kustomization.yml also resides