ytt
ytt, short for YAML Templating Tool, is an open-source tool for templating, patching, and merging YAML files. It is part of the Carvel suite of tools and is commonly used to generate Kubernetes manifests from a combination of templates, data values, and overlays. ytt focuses on YAML-aware processing, aiming to produce valid, deterministic output even when many inputs are combined.
Key features include a templating model that uses data values supplied from separate YAML files, as well
Usage typically involves providing one or more input paths to templates and data values. A rendered result
In practice, ytt is used to render Kubernetes manifests by combining templates with environment-specific data values