Glossary

YAML

YAML (YAML Ain't Markup Language) is a human-readable data serialization format that is a strict superset of JSON. YAML supports comments (#), multiline strings (| and >), anchors and aliases (&, *), and unquoted strings. It is widely used for configuration files in DevOps tooling, CI/CD pipelines, and infrastructure-as-code.

← Back to glossary