Pick the right reason.
Why is using a DEPLOYMENT preferred over creating Pods directly?
A) Pods cost extra in AWS.
B) Deployments manage Pod lifecycle (replicas, rolling updates,
self-healing). A bare Pod that crashes is gone forever.
C) Pods can only run on the master node.
D) Pods are deprecated in Kubernetes 1.29.Sign in to save your code and track progress across devices.