YAML
YAML is a human-readable data serialization format commonly used for configuration files.
What It Is Used For
- Kubernetes manifests.
- CI/CD pipeline files.
- Ansible playbooks.
- CloudFormation templates.
Practical Notes
- Keep indentation consistent.
- Use YAML when readability matters more than compactness.
- Avoid unnecessary complexity in nested structures.