Which container orchestration platform is often associated with automated scaling and load balancing?
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.
Therefore, the correct answer is B.
Jeff
1 day ago