XK0-005 · Question #1447
Which of the following tools is BEST suited to orchestrate a large number of containers across many different servers?
The correct answer is A. Kubernetes. Kubernetes is the industry-standard container orchestration platform specifically designed to deploy, scale, and manage large numbers of containers across clusters of servers. It handles scheduling, load balancing, self-healing, rolling updates, and service discovery at scale…
Question
Options
- AKubernetes
- BAnsible
- CPodman
- DTerraform
How the community answered
(20 responses)- A90% (18)
- B5% (1)
- C5% (1)
Explanation
Kubernetes is the industry-standard container orchestration platform specifically designed to deploy, scale, and manage large numbers of containers across clusters of servers. It handles scheduling, load balancing, self-healing, rolling updates, and service discovery at scale. Ansible is a configuration management and automation tool - it can deploy containers but is not an orchestrator. Podman is a container runtime (similar to Docker) that runs individual containers on a single host; it lacks native multi-server orchestration capabilities. Terraform is an infrastructure-as-code tool for provisioning cloud resources, not for managing running containers. Kubernetes is the correct and purpose-built answer.
Topics
Community Discussion
No community discussion yet for this question.