Kubernetes pods high level overview
In this post, I will give a high-level Kubernetes pods infrastructure consumption view. One might think of Kubernetes as a container management system. But, in fact, the smallest entity to be scheduled in a Kubernetes cluster is the pod. The Persistent Volume Claim (PVC) and the IP will be properties of the pod that contains … Read more