Source: medium.com

What the heck is YAML?

Category: Kubernetes, Docker, yaml

When you work with modern DevOps tools such as Docker and Kubernetes, It is extremely important to understand the details of the YAML file. These tools heavily use YAML files for configurations. YAML is a human-readable data-serialization language.

Related Articles