exam questions

Exam AZ-305 All Questions

View all questions & answers for the AZ-305 exam

Exam AZ-305 topic 3 question 24 discussion

Actual exam question from Microsoft's AZ-305
Question #: 24
Topic #: 3
[All AZ-305 Questions]

HOTSPOT
-

You plan to deploy a containerized web-app that will be hosted in five Azure Kubernetes Service (AKS) clusters. Each cluster will be hosted in a different Azure region.

You need to provide access to the app from the internet. The solution must meet the following requirements:

• Incoming HTTPS requests must be routed to the cluster that has the lowest network latency.
• HTTPS traffic to individual pods must be routed via an ingress controller.
• In the event of an AKS cluster outage, failover time must be minimized.

What should you include in the solution? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
OrangeSG
Highly Voted 1 year, 1 month ago
Box 1: Azure Front Door Both Azure Front Door and Traffic Manager are global load balancer. However, recommended traffic for Azure Front Door is HTTP(S), and recommended traffic for Traffic Manager is Non-HTTP(S). https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview Box 2: Azure Application Gateway The Application Gateway Ingress Controller (AGIC) is a Kubernetes application, which makes it possible for Azure Kubernetes Service (AKS) customers to leverage Azure's native Application Gateway L7 load-balancer to expose cloud software to the Internet. AGIC helps eliminate the need to have another load balancer/public IP address in front of the AKS cluster and avoids multiple hops in your datapath before requests reach the AKS cluster. https://learn.microsoft.com/en-us/azure/application-gateway/ingress-controller-overview
upvoted 22 times
...
razzil
Highly Voted 1 year, 1 month ago
For global loadbalancing it should be Front Door. A load balancer is not global Traffic Manager is recommended for Non-HTTPS Traffic https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview
upvoted 9 times
...
SeMo0o0o0o
Most Recent 3 weeks, 2 days ago
CORRECT
upvoted 1 times
...
23169fd
5 months, 2 weeks ago
Correct Answer. Azure Front Door: Provides global load balancing with routing based on lowest network latency and fast failover, ensuring optimal performance and minimizing downtime during outages. Azure Application Gateway: Acts as an ingress controller for AKS, handling HTTPS traffic routing to individual pods with advanced Layer 7 capabilities
upvoted 1 times
...
Lazylinux
7 months, 3 weeks ago
Given answer is correct Azure Front Door Incoming HTTPS requests must be routed to the cluster that has the lowest network latency In the event of an AKS cluster outage, failover time must be minimized. Azure Application Gateway HTTPS traffic to individual pods must be routed via an ingress controller.
upvoted 2 times
...
MiniLa92
10 months, 1 week ago
Got this ques in my exam on 29th Jan 2024 and scored 950. I chose given answers.
upvoted 9 times
...
Bubbles
1 year ago
Azure Front Door and Azure App Gateway https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-multi-region/aks-multi-cluster
upvoted 2 times
...
BenyBoss
1 year, 1 month ago
Both Traffic Manager and Front Door can do "performance-based" routing using probes, HTTP/S doesn't really come into this at all. However, since TM is DNS-based (which has caching) and AFD is per-request, AFD can fail over faster than TM can, at least in theory. In practice it can take a while for the origin status change to get propagated to all the AFD edge nodes, so failover is non-deterministic in both cases. Nonetheless, I think they're looking for AFD here by qualifying "minimal failover time".
upvoted 1 times
maxustermann
1 year, 1 month ago
Also we are talking about multiple regions, so Azure Front Door is needed.
upvoted 1 times
...
...
M_u_t_h_u
1 year, 1 month ago
Service Global/Regional Recommended traffic Azure Front Door Global HTTP(S) Answer is correct
upvoted 2 times
...
Elecktrus
1 year, 2 months ago
Answer is correct. For load balancing both are right, but only Front-Door can manage the network latency
upvoted 1 times
...
RJalal
1 year, 2 months ago
1st answer is wrong. It should be Azure Traffic manager To provide access to your containerized web application hosted in five Azure Kubernetes Service (AKS) clusters across different Azure regions with global load balancing, you can use Azure Traffic Manager in combination with Azure Application Gateway and an Ingress Controller.
upvoted 4 times
williamjcg
8 months, 4 weeks ago
Stop upvoting this guy.. Recommended traffic for Azure Front Door is HTTP(S), and recommended traffic for Traffic Manager is Non-HTTP(S).
upvoted 2 times
...
...
Necron
1 year, 2 months ago
Application Gateway can make routing decisions based on additional attributes of an HTTP request, for example URI path or host headers. Azure Application Gateway can do URL-based routing and more. https://learn.microsoft.com/en-us/azure/application-gateway/overview Azure Front Door is Microsoft’s modern cloud Content Delivery Network (CDN) that provides fast, reliable, and secure access between your users and your applications’ static and dynamic web content across the globe
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...