Stay organized with collections
Save and categorize content based on your preferences.
Configure Kubernetes with Kustomize
Kustomize is a Kubernetes
configuration transformation tool that enables you to customize untemplated YAML
files, leaving the original files untouched. Kustomize can also generate resources such
as ConfigMaps and Secrets from other representations. Kustomize is built for the
Kubernetes API, so it can understand and modify Kubernetes-style objects.