A company is planning to deploy a complex application composed of twelve individual containerized microservices. The architecture requires automated service discovery, coordinated rolling updates, and dynamic horizontal scaling across all containers. The company wants to minimize the administrative effort required to manage the container orchestration control plane, while still retaining control over node network configurations. Which Azure compute service should the company use to host this application?
- AAzure Container Instances (ACI)
- Azure Kubernetes Service (AKS)Cevap
- CAzure Virtual Machines
- DAzure App Service
Cevap
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS) is the correct service because it provides a managed Kubernetes control plane, which offloads the operational overhead of orchestrator maintenance to Microsoft. It naturally supports orchestration features like automated service discovery, rolling updates, and scaling, while allowing the user to configure and manage the underlying node pools and networking within their virtual network.
Adım Adım Çözüm
Anahtar Kavram
Azure Kubernetes Service (AKS) as a managed container orchestration solution
Tahmini Süre:2m 0s