Microsoft Azure Architect Design (2020, legacy) — Question 49

You plan to deploy 10 applications to Azure. The applications will be deployed to two Azure Kubernetes Service (AKS) clusters. Each cluster will be deployed to a separate Azure region.
The application deployment must meet the following requirements:
✑ Ensure that the applications remain available if a single AKS cluster fails.
✑ Ensure that the connection traffic over the internet is encrypted by using SSL without having to configure SSL on each container.
Which Azure service should you include in the recommendation?

Answer options

Correct answer: D

Explanation

The correct answer is Azure Front Door because it provides SSL termination and traffic routing across multiple regions, ensuring high availability and security. AKS ingress controller primarily manages traffic within the cluster, while Azure Load Balancer operates at the network layer and does not provide SSL offloading. Azure Traffic Manager is used for routing traffic but does not handle SSL encryption.