Exam KCNA All QuestionsBrowse all questions from this exam
Question 13

Kubernetes ___ allows you to automatically manage the number of nodes in your cluster to meet demand.

    Correct Answer: B

    The Cluster Autoscaler in Kubernetes automatically manages the number of nodes in your cluster to meet demand. This means that it can increase or decrease the number of nodes based on the current workload, ensuring that your cluster has the right amount of resources available at all times.

Discussion
dadaarceOption: B

B. Cluster Autoscaler The Cluster Autoscaler automatically manages the number of nodes in your Kubernetes cluster to meet demand.

ferchoOption: B

https://github.com/kubernetes/autoscaler

nvtienanhOption: B

I think B