Kustomize

Kustomize is a Kubernetes-native configuration management tool that lets you customize untemplated YAML files for multiple purposes, leaving the original YAML intact and usable as-is, using a template-free approach to configuration customization.

API entry from apis.yml

apis.yml Raw ↑
aid: kustomize:kustomize
name: Kustomize
description: Kustomize is a Kubernetes-native configuration management tool that lets you customize untemplated
  YAML files for multiple purposes, leaving the original YAML intact and usable as-is, using a template-free
  approach to configuration customization.
humanURL: https://kustomize.io/
tags:
- Configuration Management
- Containers
- Infrastructure as Code
- Kubernetes
- YAML
properties:
- type: Documentation
  url: https://kubectl.docs.kubernetes.io/references/kustomize/
- type: GettingStarted
  url: https://kubectl.docs.kubernetes.io/installation/kustomize/