Kustomization File

The Kustomization file is the entry point for Kustomize execution.

kustomization

Kustomization contains information to generate customized resources.

bases

Add resources from a kustomization directory.

buildMetadata

Specify options for including information about the build in annotations or labels.

commonAnnotations

Add Annotations to all resources.

commonLabels

Add Labels and Selectors to all resources.

Components

Compose kustomizations.

configMapGenerator

Generate ConfigMap objects.

crds

Adding CRD support

generatorOptions

Modify behavior of generators.

helmCharts

Helm chart inflation generator.

images

Modify the name, tags and/or digest for images.

labels

Add labels and optionally selectors to all resources.

namePrefix

Add prefixes to the names of all resources.

namespace

Adds namespace to all resources.

nameSuffix

Add suffixes to the names of all resources.

openapi

Specify where kustomize gets its OpenAPI schema.

patches

Patch resources

patchesJson6902

Patch resources using the json 6902 standard

patchesStrategicMerge

Patch resources using the strategic merge patch standard.

replacements

Substitute field(s) in N target(s) with a field from a source.

replicas

Change the number of replicas for a resource.

resources

Resources to include.

secretGenerator

Generate Secret objects.

sortOptions

Change the strategy used to sort resources at the end of the Kustomize build.

vars

Substitute name references.