Book Image

YAML Fundamentals for DevOps, Cloud and IaC Engineers [Video]

By : Coding Gears | Train Your Brain
Book Image

YAML Fundamentals for DevOps, Cloud and IaC Engineers [Video]

By: Coding Gears | Train Your Brain

Overview of this book

YAML is a data serialization language. The "YAML Fundamentals" course helps beginners with the required skills to develop YAML documents. Most common languages such as Go, Python, Java, C#, and so on provide support for YAML. You will see YAML being used in various ways in the industry for web service communication, configuration management, configuration files, data storage, and more. In this course, you will learn about YAML, and compare YAML with HTML, JSON, and XML. You will look at YAML structure, data types in YAML, and complex mapping. After that, you will learn to document multiple YAML documents in a single file, handle multi-line strings, and look at the advanced features of YAML (tags, anchors, chomping, and so on.). Following that, you will look at representing data using YAML, see different styles of documenting YAML, and tools and technologies leveraging YAML data serialization format. Next, you will be creating and validating YAML using VS Code Editor, using Python to read and extract data from YAML documents, and using Python to determine the data types in YAML documents. Finally, you will be reviewing examples of the Kubernetes YAML document and Ansible YAML playbook. By the end of this course, you will learn the fundamentals of YAML and build skills to develop a properly structured YAML document from scratch. All the resource files are uploaded on the GitHub repository at https://github.com/PacktPublishing/YAML-Fundamentals-for-DevOps-Cloud-and-IaC-Engineers
Table of Contents (4 chapters)
Chapter 2
YAML Fundamentals
Content Locked
Section 6
Datatypes - Collections - Part 2
This is second of the two-part video that talks about collections in datatypes.