A healthcare provider is deploying a new software system composed of multiple containerized services that communicate with each other. The system must support complex container orchestration tasks, including service discovery, automated load balancing, and coordinated rolling upgrades across all instances. The provider wants to use a managed platform where the orchestration control plane is automatically managed by Azure. Which Azure service is designed to meet these requirements?
- Azure Kubernetes Service (AKS)Answer
- BAzure Container Instances (ACI)
- CAzure App Service
- DAzure Virtual Machines
Answer
Azure Kubernetes Service (AKS)
Azure Kubernetes Service is correct because it is a managed container orchestration service that handles the Kubernetes control plane while supporting advanced orchestration features such as service discovery, load balancing, and coordinated rolling upgrades across multiple container instances.
Step-by-Step Solution
Key Concept
Azure Kubernetes Service provides managed container orchestration for complex multi-container architectures.