Glossary Y
1 term starting with Y
YAML software
YAML Ain't Markup Language
YAML is a human-readable data serialization format widely used for configuration files in DevOps tooling, CI/CD pipelines, Kubernetes manifests, and application settings.
YAML is a human-readable data serialization format widely used for configuration files in DevOps tooling, CI/CD pipelines, Kubernetes manifests, and application settings. Its indentation-based syntax avoids the verbosity of XML and the strictness of JSON. YAML supports complex data structures, comments, and anchors for reuse.
View full page →