YAML is a human-readable data serialization format. It is often used for configuration files, data exchange between languages with different data structures,
In Kubernetes, pods are the smallest deployable units, representing a single instance of a running process in a cluster. Pods serve as
You’ve learn about Containers, more precisely Docker, you know that they are completely isolated environments that you can run your software with