Kubernetes and Cloud Native Associate (KCNA) — Question 149
Why do administrators need a container orchestration tool?
Answer options
- A. To manage the lifecycle of an elevated number of containers.
- B. To assess the security risks of the container images used in production.
- C. To learn how to transform monolithic applications into microservices.
- D. Container orchestration tools such as Kubernetes are the future.
Correct answer: A
Explanation
The correct answer is A, as container orchestration tools are specifically designed to manage and automate the deployment, scaling, and operation of multiple containers. Options B and C focus on security assessment and application transformation, which are not primary functions of orchestration tools. Option D is a statement about the future but does not address the specific need for such tools.