### Pods
A pod is the smallest deployable unit in Kubernetes, and represents a single instance of a running process in a cluster. Pods can be thought of as a lightweight container wrapper that provides a shared namespace and network stack for the containers they contain. You'll use pods to deploy and manage the lifecycle of your application's containers.