Kustomization Builder
Kustomization Builder
Fill in the guided form to generate a clean kustomization.yaml. Add resources, namespace, namePrefix and nameSuffix, common labels and annotations, image overrides, configMap and secret generators, and patches. The YAML preview updates live and can be copied or downloaded. Everything runs locally in your browser.
Example output
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
name: demo-app
resources:
- deployment.yaml
- service.yaml
commonLabels:
app: demo-app
images:
- name: nginx
newTag: "1.27"