Kubernetes and Cloud Native Associate (KCNA) — Question 73
Which of the following are tasks performed by a container orchestration tool?
Answer options
- A. Schedule, scale, and manage the health of containers.
- B. Create images, scale, and manage the health of containers.
- C. Debug applications, and manage the health of containers.
- D. Store images, scale, and manage the health of containers.
Correct answer: A
Explanation
The correct answer, A, accurately describes the primary responsibilities of a container orchestration tool, which include scheduling, scaling, and monitoring container health. Options B, C, and D include tasks that are either unrelated to orchestration (like creating or storing images) or focus on debugging, which is not a primary function of orchestration tools.