What is a Pod in the context of a Kubernetes environment?
The networking layer within Kubernetes that handles outbound traffic from containers
The smallest deployable unit in Kubernetes, which may consist of one or more containers that share storage and network, as well as specifications on how to run the containers
A collection of nodes designed to host the containers within a Kubernetes cluster
A tool used to manage the lifecycle of Kubernetes containers, including their deployment and scaling operations