Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 411 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 411 Bytes

YAML - YAML Ain't Markup Langugae

  • Data format used to exchnage data.
  • Similar to XML & JSON.
  • We can't add commands.
  • Simple and easy to read.
  • Strict syntax - (Indentation)
  • More powerful to represent complex data.
  • Parsing is easy

Usage

  • Use in config files (Docker/Kubernetes)
  • used Logs, cache, etc

YAML tools

yamllint - Check the the format of the file