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…
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)- A85% (17)
- B5% (1)
- C10% (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
Community Discussion
No community discussion yet for this question.