What you'll learn:
- What is YAML and why it is being used heavily inside Configuration management
- How YAML is different from XML and JSON
- YAML Use Cases
- YAML Basic Concepts that covers Scalars, Strings, Sequences, Dictionaries, Explicit Typing
- How to write comments inside YAML file
- YAML advance concepts that covers Anchors, Alias, Overriding, Multi documents support, Writing Complex keys
- Validating YAML files using yamlint and online websites
- YAML real examples inside AWS Cloud Formation, Docker Compose and Kubernetes
'YAML Zero to Master' course will help in understanding about YAML format, syntax and how to build, validate YAML files. By the end of this course, students will understand all the below topics,
What is YAML (YAML Ain't Markup Language) and introduction to it
Writing a simple YAML file
Parsing and visualizing YAML files using Python
How YAML is different from XML (Extensible markup language) and JSON (JavaScript Object Notation)
YAML use cases and why it is being used heavily inside Configurations management
Thumb rules that needs to be followed in writing a valid YAML file
Scalars inside YAML and how they represent a single stored value
How YAML support various data types like Strings, Integer, Float, Date, Timestamp, Boolean, Null etc.
How to define Long,multi-line Strings in YAML using folded style and literal style
How YAML supports comments inside it and how to write them with the help of #
How YAML supports Date and Timestamp values
Tags in YAML
How to define Sequences, Sets, Ordered mappings in YAML
What is the common structure inside YAML document
How to write complex keys inside YAML using ?
What are Anchors & Alias inside YAML. How to write them using & and *
What is overriding/merging inside YAML and how to use inside Anchors and Alias using
How YAML supports multi-documents and how to write them using --- & ...
YAML real examples inside AWS Cloud Formation, Docker Compose, Kubernetes etc.
The pre-requisite for the course is basic knowledge of XML, JSON and interest to learn.