305-300 · Question #46
Which container orchestration platform is often associated with automated scaling and load balancing?
The correct answer is B. Kubernetes. Kubernetes is the container orchestration platform most strongly associated with automated scaling and load balancing. According to container orchestration documentation, Kubernetes provides built- in features such as Horizontal Pod Autoscaling, service-based load balancing…
Question
Options
- ADocker Compose
- BKubernetes
- CAmazon ECS
- DLXC
How the community answered
(21 responses)- A10% (2)
- B71% (15)
- C14% (3)
- D5% (1)
Explanation
Kubernetes is the container orchestration platform most strongly associated with automated scaling and load balancing. According to container orchestration documentation, Kubernetes provides built- in features such as Horizontal Pod Autoscaling, service-based load balancing, self- healing, and declarative deployment models. Docker Compose and LXC are not orchestration platforms at scale, and while Amazon ECS supports scaling, Kubernetes is the industry-standard platform most commonly referenced for these capabilities.
Topics
Community Discussion
No community discussion yet for this question.