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 add all resources.

commonLabels

Add labels and selectors to add 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

Prepends the value to the names of all resources and references.

namespace

Adds namespace to all resources.

nameSuffix

Appends the value to the names of all resources and references.

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.