nerdexam
Linux_Foundation

KCNA · Question #148

Why do administrators need a container orchestration tool?

The correct answer is A. To manage the lifecycle of an elevated number of containers. Container orchestration tools like Kubernetes exist to automate the deployment, scaling, networking, and lifecycle management of large numbers of containers. Without orchestration, manually managing hundreds or thousands of containers across multiple hosts is impractical…

Submitted by anna_se· May 4, 2026Container Orchestration

Question

Why do administrators need a container orchestration tool?

Options

  • ATo manage the lifecycle of an elevated number of containers.
  • BTo assess the security risks of the container images used in production.
  • CTo learn how to transform monolithic applications into microservices.
  • DContainer orchestration tools such as Kubernetes are the future.

How the community answered

(20 responses)
  • A
    85% (17)
  • B
    5% (1)
  • C
    10% (2)

Explanation

Container orchestration tools like Kubernetes exist to automate the deployment, scaling, networking, and lifecycle management of large numbers of containers. Without orchestration, manually managing hundreds or thousands of containers across multiple hosts is impractical. Option B (security assessment) is handled by separate security scanning tools, not orchestrators. Option C (monolith-to-microservices transformation) is an architectural/development concern, not an operations tool purpose. Option D is a non-technical justification and not a valid reason.

Topics

#Container orchestration#Container lifecycle management#Distributed systems#Scalability

Community Discussion

No community discussion yet for this question.

Full KCNA Practice