0 votes
in Kubernetes K8s by
What is Kubernetes Horizontal Pod Autoscaler (HPA)?

a) A way to automatically scale the number of pods in a Kubernetes deployment based on resource utilization

b) A tool for managing Kubernetes resources

c) A networking abstraction to access a set of Pods

d) A way to manage Kubernetes nodes

1 Answer

0 votes
by

a) A way to automatically scale the number of pods in a Kubernetes deployment based on resource utilization

...