Valid C_KYMD_01 Dumps shared by ExamDiscuss.com for Helping Passing C_KYMD_01 Exam! ExamDiscuss.com now offer the newest C_KYMD_01 exam dumps, the ExamDiscuss.com C_KYMD_01 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com C_KYMD_01 dumps with Test Engine here:
What can be increased or decreased with Horizontal Pod Auto scalers?
Correct Answer: A
Explanation A Horizontal Pod Autoscaler (HPA) is a Kubernetes component that automatically scales workloads to additional nodes in response to increased load. Horizontal scaling means that the response to increased load is to deploy more Pods. A Pod is the smallest and simplest unit in the Kubernetes object model that you create or deploy. A Pod represents a running process on your cluster. The HPA does not affect the lifetime or the resources of the pods, but only the number of pods that are created or deleted based on the metrics and the configuration of the HPA. References: Horizontal Pod Autoscaling | Kubernetes, What is Kubernetes Horizontal Pod Autoscaler (HPA)? - Komodor, Pods | Kubernetes.