📚 dsaflash.cards
Problems
Log in
Sign up
Home
/
Kubernetes
/
Pods and Workloads
Pods and Workloads
Question 1 of 6
Why is a Pod -- not a container -- the smallest deployable unit in Kubernetes?
A
Kubernetes cannot pull container images without a Pod wrapper
B
The OCI specification requires containers to run inside Pods
C
Pods are faster to start than individual containers
D
Pods group containers that share a network namespace and volumes, making co-location schedulable as a unit
← Back to categories