Back to Glossary
DevelopmentBeginner Friendly

What is YAML?

A human-friendly data format commonly used for configuration files, using indentation to show structure.

Why It Matters

YAML is widely used for CI/CD pipelines, Kubernetes configs, and other infrastructure configuration.

Real-World Example

A GitHub Actions workflow file written in YAML that defines build and deploy steps.

“Understanding terms like YAML matters because it helps you have better conversations with developers and make smarter decisions about your software. You do not need to be technical. You just need to know enough to ask the right questions.”

Callum Holt, Founder, 13Labs

From definition to deployment

Knowing the term is step one. Using it in something real is the rest.