Kubernetes YAML File simply explained for Beginners

In ["Kubernetes YAML File Explained" video](https://youtu.be/qmDzcu5uY1I) I show the syntax and contents of the Kubernetes configuration file by showing how to create and connect deployment and service component.

I think it's a good mix of **simple animations (theory) and demo to get a good understanding**.

*Overview of the content:*

* 3 parts of a Kubernetes configuration file
* metadata
* specification
* status
* format of configuration file
* blueprint for pods (template)
* connecting services to deployments and pods (label & selector & port)
* demo

Appreciate any feedback 👩🏻‍💻

3 thoughts on “Kubernetes YAML File simply explained for Beginners”

Leave a Comment