An organization is designing a deployment strategy for a containerized application. The application requires two containers to run: a primary web application container and a helper logging container. These containers must share a local network interface and a temporary storage volume, and they must be deployed and scaled together as a single unit. The organization wants to deploy this application with the minimum possible administrative overhead, specifically avoiding the need to provision virtual machines or manage a container orchestration cluster.
Which Azure service should the organization use to meet these requirements?
- Azure Container InstancesCevap
- BAzure Kubernetes Service (AKS)
- CAzure App Service
- DAzure Virtual Machines
Cevap
Azure Container Instances
Azure Container Instances is the correct choice because it supports container groups, which are collections of containers scheduled on the same host machine. They share a lifecycle, local network interface, and storage volumes. This satisfies the requirement for a primary container and helper container to run together without the overhead of managing a container orchestration cluster like Kubernetes.
Adım Adım Çözüm
Anahtar Kavram
Distinguishing between Azure Container Instances (ACI) and Azure Kubernetes Service (AKS) for multi-container deployments.
Tahmini Süre:2m 0s