What is Kubernetes and How It Rules the Container World?
Kubernetes is a container orchestration tool. The core unit of Kubernetes is a pod. You can think of a Pod as a single container(which is not necessarily true but let’s keep it simple). Kubernetes contains resources that manage the pods and their behavior.