Kubernetes and Cloud Native Associate (KCNA) — Question 173

What is the goal of load balancing?

Answer options

Correct answer: D

Explanation

The correct answer, D, accurately describes the function of load balancing, which is to evenly distribute incoming requests to multiple instances of an application to optimize resource use and reduce latency. Options A, B, and C do not correctly capture this primary function, as they either focus on performance assessment, version distribution, or instance allocation rather than request distribution.