Let’s talk about how YAML configuration file can be used to deploy Kubernetes POD’S. Kubernetes uses YAML files as inputs for creation of objects such as POD’S, Replicas, Services etc.. They all follow a similar structure, A Kubernetes definition file…