Kustomize kustomization.yaml Generator
Kustomize kustomization.yaml Generator Assemble a valid kustomization.yaml file without memorizing the Kustomize schema. Pick the features you need — resources, name prefixes, labels, image overrides, generators, and patches — and the tool emits clean YAML using the current kustomize.config.k8s.io/v1beta1 API version, steering clear of deprecated fields that commonly slip into hand-written or AI-generated configs. How to Use List your resource files or bases, one path per line. Optionally set a namespace, name prefix/suffix, common labels, and annotations. Add image overrides as matchName=newName:newTag, or override replica counts. Toggle a configMapGenerator or secretGenerator and supply literals or files. Copy the generated kustomization.yaml or download it directly into your overlay directory. Features Current ...
ツールを試す »