KCNA Exam QuestionsBrowse all questions from this exam

KCNA Exam - Question 13


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

Show Answer
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

3 comments
Sign in to comment
nvtienanhOption: B
Aug 28, 2023

I think B

ferchoOption: B
Nov 18, 2023

https://github.com/kubernetes/autoscaler

dadaarceOption: B
Mar 27, 2024

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