The Smallest Deployable Compute Object in Kubernetes
Pod is the target of deployment and a collection of containers running in a cluster. You can send requests to pods using labels and selectors.
If a pod is in Pending state, check for resource shortages or dependent objects using the describe command.
Kubernetes Pod Notion
Kubernetes Pod Usages