Kubernetes and Cloud Native Associate (KCNA) — Question 98

Which of the following best describes horizontally scaling an application deployment?

Answer options

Correct answer: C

Explanation

The correct answer, C, accurately reflects the concept of horizontal scaling, which involves increasing or decreasing the number of instances of the same application to handle varying loads. Option A refers to scaling at the node level, which is not specific to applications, while B discusses adding/removing applications, and D focuses on resource allocation within instances, which is related to vertical scaling.