Skip to content

YAML processors

YAML Processors

  • wikipedia: YAML
  • You should use tools such as yq and kustomize to template YAML resources instead of relying on tools that interpolate strings such as Helm.
  • yq is a lightweight and portable command-line YAML processor. The aim of the project is to be the jq or sed of yaml files.
  • ytt is a templating tool that understands YAML structure allowing you to focus on your data instead of how to properly escape it.

Other YAML Processors