Pods
A pod is a management unit in Kubernetes comprised of one or more containers. It is the smallest “building block” unit that you interact with. Each pod has its own unique IP address and storage namespaces. All containers in a pod share these networking and storage resources. One of the characteristics of pods is that they are “mortal”. This means when a pod is deleted, it is gone for good.