Linux_FoundationLinux_Foundation
KCNA · Question #210
KCNA Question #210: Real Exam Question with Answer & Explanation
The correct answer is A: Schedule, scale, and manage the health of containers.. Container orchestration tools automate the deployment, scaling, management, and health monitoring of containerized applications.
Submitted by renata2k· May 4, 2026Container Orchestration
Question
Which of the following are tasks performed by a container orchestration tool?
Options
- ASchedule, scale, and manage the health of containers.
- BCreate images, scale, and manage the health of containers.
- CDebug applications, and manage the health of containers.
- DStore images, scale, and manage the health of containers.
Explanation
Container orchestration tools automate the deployment, scaling, management, and health monitoring of containerized applications.
Common mistakes.
- B. Creating container images is a development process typically performed by developers using tools like Docker, not a core automated function of an orchestration tool.
- C. Debugging applications is a manual development or troubleshooting task performed by engineers, not an automated function of an orchestration tool.
- D. Storing images is typically handled by a container registry, which is a separate service from the orchestration tool's core functions.
Concept tested. Container orchestration core functions
Reference. https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/
Topics
#container orchestration#scheduling#scaling#health management
Community Discussion
No community discussion yet for this question.