DevOps

YAML - YAML Ain’t Markup Language

YAML is human readable data serialization language that is used for writing configuration files. YAML file use a .yml or .yaml extenstion.

Eg.

name: Krishna
title: Software Engineer
address:
    city: kolkata
    country: India

Data serialization

The process of converting an object into a stream of bytes to make it easier to save or transmit.

Properties

Advantages

YAML Tools