nerdexam
Broadcom-VMware

5V0-23.20 · Question #53

Which object helps maintain copies of a vSphere pod?

The correct answer is A. ReplicaSets. A ReplicaSet declares how the functionality of a pod is made scalable and resilient through redundancy. The ReplicaSet ensures that a specified number of pods is kept running. Example: Deploy a ReplicaSet. - The ReplicaSet name is nginx-replica-demo. - Two replicas are expected…

vSphere with Tanzu Architecture and Technologies

Question

Which object helps maintain copies of a vSphere pod?

Exhibit

5V0-23.20 question #53 exhibit

Options

  • AReplicaSets
  • BNetwork Policies
  • CNamespaces
  • DPersistent Volume

How the community answered

(33 responses)
  • A
    76% (25)
  • B
    6% (2)
  • C
    12% (4)
  • D
    6% (2)

Explanation

A ReplicaSet declares how the functionality of a pod is made scalable and resilient through redundancy. The ReplicaSet ensures that a specified number of pods is kept running. Example: Deploy a ReplicaSet. - The ReplicaSet name is nginx-replica-demo. - Two replicas are expected to be running. - The ReplicaSet applies to pods with label nginx. For more information about Kubernetes replica sets, see https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/

Topics

#ReplicaSets#pod replication#Kubernetes objects#vSphere Pod

Community Discussion

No community discussion yet for this question.

Full 5V0-23.20 Practice