Juniper
JN0-214 · Question #21
Which Kubernetes component guarantees the availability of ReplicaSet pods on one or more nodes?
The correct answer is C. kube controller. The kube controller (specifically the ReplicaSet controller) ensures that the desired number of pods specified in a ReplicaSet are running at all times. If a pod crashes or is deleted, the controller creates a new one to maintain the desired state.
Cloud Fundamentals
Question
Which Kubernetes component guarantees the availability of ReplicaSet pods on one or more nodes?
Options
- Akube-proxy
- Bkube-scheduler
- Ckube controller
- Dkubelet
How the community answered
(37 responses)- A14% (5)
- B5% (2)
- C78% (29)
- D3% (1)
Explanation
The kube controller (specifically the ReplicaSet controller) ensures that the desired number of pods specified in a ReplicaSet are running at all times. If a pod crashes or is deleted, the controller creates a new one to maintain the desired state.
Topics
#Kubernetes#ReplicaSet#kube controller#availability
Community Discussion
No community discussion yet for this question.