An organization plans to host containerized and web applications in Azure. Which two of the following statements about Azure compute services are correct?
- Azure Container Instances (ACI) is designed to run containers quickly without the need to manage virtual machines or configure servers.Cevap
- Azure Kubernetes Service (AKS) provides full container orchestration capabilities, including service discovery and multi-container scheduling.Cevap
- CAzure Container Instances (ACI) is the preferred service for complex container orchestration, including automated rolling upgrades and service-to-service routing.
- DAzure App Service requires customers to manually perform operating system updates and apply security patches to the underlying servers.
Cevap
Azure Container Instances (ACI) is designed to run containers quickly without the need to manage virtual machines or configure servers, and Azure Kubernetes Service (AKS) provides full container orchestration capabilities, including service discovery and multi-container scheduling.
The correct statements are that Azure Container Instances (ACI) runs containers without VM management, and Azure Kubernetes Service (AKS) provides container orchestration. ACI is serverless and handles infrastructure provisioning automatically, while AKS is designed specifically for orchestration features like scheduling and service discovery across multiple containers.
Adım Adım Çözüm
Anahtar Kavram
Azure Container Instances (ACI), Azure Kubernetes Service (AKS), and Azure App Service differences and responsibilities