
Answer-first summary for fast verification
Answer: Azure Kubernetes Service (AKS), which offers orchestration and management of containerized applications, including automatic scaling and high availability features., Azure Virtual Machines, as they provide full control over the environment and can host containers with manual scaling configurations.
Azure Kubernetes Service (AKS) is the optimal choice for orchestrating and managing containerized applications with requirements for automatic scaling and high availability. While Azure Virtual Machines can host containers, they require manual scaling and lack the built-in orchestration features of AKS. Option E is not the best answer because Azure Container Instances does not meet the requirement for orchestration and automatic scaling of multiple containers.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are tasked with deploying a containerized application on Azure that requires orchestration and management of multiple containers. The application is expected to experience variable demand, necessitating automatic scaling capabilities. Additionally, the solution must ensure high availability and support for rolling updates without downtime. Considering these requirements, which Azure service would you choose? (Choose two options)
A
Azure Virtual Machines, as they provide full control over the environment and can host containers with manual scaling configurations.
B
Azure Kubernetes Service (AKS), which offers orchestration and management of containerized applications, including automatic scaling and high availability features.
C
Azure Functions, a serverless solution that can execute containerized services but lacks built-in orchestration and automatic scaling for multiple containers.
D
Azure Container Instances, suitable for standalone container deployment but does not provide orchestration or automatic scaling for multiple containers.
E
Both Azure Kubernetes Service (AKS) and Azure Container Instances, combining orchestration and management with the simplicity of standalone containers for specific use cases.