Files
awesome-kubernetes/docs/yaml-processors.md
Inaki Fernandez 9e4f61d462 update
2020-05-29 01:47:33 +02:00

728 B

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