A little K8s knowledge everyday! — In my last article, we learned Pod, which is the core object of K8s, “K8s — Core Concept: Pod”. We also learned that because Pods are more capable of representing actual applications than containers, K8s does not orchestrate services at the container level, but uses Pods as the smallest unit…