Back to tools

What is YAML?

YAML (YAML Ain't Markup Language) is a human-readable data serialization format. It's widely used in configuration files for DevOps tools.

  • Kubernetes: All resources (deployments, services, etc.)
  • Docker Compose: docker-compose.yml
  • GitHub Actions: workflow files
  • Ansible: playbooks and configuration