Tag: CloudNative
-
About Kubernetes Pods
Pods are the smallest workload construct which can be managed with Kubernetes. Pods house containers, Kubernetes does not manage containers itself, just Pods, which are deployed onto worker nodes. If an application container is deployed into a Pod, and then it becomes oversubscribed, we do not increase the number of those application containers within the…