A financial organization is planning to host a new microservices-based application in Azure. The application architecture consists of 15 independent service components that require service-to-service discovery, internal load balancing, and dynamic scaling based on custom CPU thresholds. The security policy dictates that the cloud provider must handle all operating system patching, but the organization must retain full control over the deployment manifests and container orchestration configurations.
Which Azure service meets these requirements?
- AAzure Container Instances (ACI)
- Azure Kubernetes Service (AKS)Cevap
- CAzure App Service
- DAzure Virtual Machines
Cevap
Azure Kubernetes Service (AKS)
The correct answer is Azure Kubernetes Service (AKS) because it provides managed container orchestration. Microsoft handles the host OS updates and control plane management, satisfying the patching requirement, while the customer retains control over orchestration settings, service discovery, and manifests.
Adım Adım Çözüm
Anahtar Kavram
Azure Kubernetes Service (AKS) offers a managed Kubernetes platform where the cloud provider manages host OS patching and cluster infrastructure, while the customer maintains control over orchestration manifests and microservice discovery.
Tahmini Süre:2m 0s