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…
Question
Which object helps maintain copies of a vSphere pod?
Exhibit
Options
- AReplicaSets
- BNetwork Policies
- CNamespaces
- DPersistent Volume
How the community answered
(33 responses)- A76% (25)
- B6% (2)
- C12% (4)
- D6% (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
Community Discussion
No community discussion yet for this question.
