<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Introduction on OpenShift Basics Training</title><link>/docs/introduction/</link><description>Recent content in Introduction on OpenShift Basics Training</description><generator>Hugo</generator><language>en</language><atom:link href="/docs/introduction/index.xml" rel="self" type="application/rss+xml"/><item><title>YAML</title><link>/docs/introduction/yaml/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/introduction/yaml/</guid><description>&lt;p>YAML Ain&amp;rsquo;t Markup Language (YAML) is a human-readable data-serialization language.
YAML is not a programming language. It is mostly used for storing configuration information.&lt;/p>


&lt;div class="alert alert-info" role="alert">
&lt;h4 class="alert-heading">Note&lt;/h4>

Data serialization is the process of converting data objects, or object states present in complex data structures, into a stream of bytes for storage, transfer, and distribution in a form that can allow recovery of its original structure.

&lt;/div>

&lt;p>As you will see a lot of YAML in our Kubernetes basics course, we want to make sure you can read and write YAML. If you are not yet familiar with YAML, this introduction is waiting for you. Otherwise, feel free to skip it or come back later if you meet some less familiar YAML stuff.&lt;/p></description></item></channel></rss>