First Pod with YAML
Now, the first question that arises is, What are pods?
So, going straight Into Kubernetes, a pod is the smallest deployable unit that represents a single instance of a running process in the cluster. A pod can contain one or more containers, which sh...
sakshamawasthi.hashnode.dev3 min read