0 votes
in Kubernetes K8s by
What is Kubernetes HorizontalPodAutoscaler?

a) A tool for managing Kubernetes resources

b) A networking abstraction to access a set of Pods

c) A way to manage Kubernetes nodes

d) A way to automatically scale the number of Pods in a deployment based on resource usage

1 Answer

0 votes
by

Answer: d)

Explanation: A way to automatically scale the number of Pods in a deployment based on resource usage. Kubernetes HorizontalPodAutoscaler is a way to automatically scale the number of Pods in a deployment based on resource usage, enabling administrators to manage the horizontal scaling of applications running in a Kubernetes cluster.

...