VCF 9.0 explains pod fundamentals by describing how Workload Management introducesvSphere Pods, stating a vSphere Pod is “equivalent of a Kubernetes pod” and that it “runs one or more Linux containers.” This directly eliminates optionB, because a pod can includeone or morecontainers (not only one).
The vSphere 9.0 documentation further defines a KubernetesPodas “a group of one or more containerized applications that share such resources as storage and network,” and notes the containers inside a pod are “started, stopped, and replicated as a group.” That definition reflects Kubernetes’ scheduling and lifecycle model: Kubernetes treats the pod as the primary unit it places and manages together, which is why a pod is regarded as thesmallest deployable unitfor running containerized workloads in Kubernetes. OptionsCandDare incorrect because pods are Kubernetes objects (not “managed by Docker” as a smallest entity), and Kubernetes abstracts the underlying runtime/host so pods are not defined as being “deployed directly on the virtual machine” as a characteristic.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit