ExamGecko
Question list
Search
Search

Question 12 - 5V0-23.20 discussion

Report
Export

Which object helps maintain copies of a vSphere pod?

A.
ReplicaSets
Answers
A.
ReplicaSets
B.
Network Policies
Answers
B.
Network Policies
C.
Namespaces
Answers
C.
Namespaces
D.
Persistent Volume
Answers
D.
Persistent Volume
Suggested answer: A

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/

asked 16/09/2024
kevin klyn
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first