AZ-304 Exam QuestionsBrowse all questions from this exam

AZ-304 Exam - Question 190


You are designing a solution that will include containerized applications running in an Azure Kubernetes Service (AKS) cluster.

You need to recommend a load balancing solution for HTTPS traffic. The solution must meet the following requirements:

✑ Automatically configure load balancing rules as the applications are deployed to the cluster.

✑ Support Azure Web Application Firewall (WAF).

✑ Support cookie-based affinity.

✑ Support URL routing.

What should you include the recommendation?

Show Answer
Correct Answer: B

B

Much like the most popular Kubernetes Ingress Controllers, the Application Gateway Ingress Controller provides several features, leveraging Azure's native

Application Gateway L7 load balancer. To name a few:

✑ URL routing

✑ Cookie-based affinity

Secure Sockets Layer (SSL) termination

Exam AZ-304 Question 190

✑ End-to-end SSL

✑ Support for public, private, and hybrid web sites

✑ Integrated support of Azure web application firewall

Application Gateway redirection support isn't limited to HTTP to HTTPS redirection alone. This is a generic redirection mechanism, so you can redirect from and to any port you define using rules. It also supports redirection to an external site as well.

Reference:

https://docs.microsoft.com/en-us/azure/application-gateway/features

Discussion

11 comments
Sign in to comment
Amit3
Jun 23, 2021

Answer B is correct. AGIC is configured via the Kubernetes Ingress resource, along with Service and Deployments/Pods. It provides a number of features, leveraging Azure’s native Application Gateway L7 load balancer. To name a few: URL routing Cookie-based affinity TLS termination End-to-end TLS Support for public, private, and hybrid web sites Integrated web application firewall https://docs.microsoft.com/en-us/azure/application-gateway/ingress-controller-overview

Puspendu
Jun 1, 2021

Seems to be correct

mahwish
Jun 22, 2021

It's c

azuredba123
Jul 19, 2021

Ans: C https://docs.microsoft.com/en-us/azure/aks/http-application-routing

tita_tovenaar
Jul 28, 2021

does not support WAF and is not recommended for production environments. Not C

GetulioJr
Jun 22, 2021

Seams right: AGIC is configured via the Kubernetes Ingress resource, along with Service and Deployments/Pods. It provides a number of features, leveraging Azure’s native Application Gateway L7 load balancer. To name a few: URL routing Cookie-based affinity TLS termination End-to-end TLS Support for public, private, and hybrid web sites Integrated web application firewall REF: https://docs.microsoft.com/en-us/azure/application-gateway/ingress-controller-overview

cfsxtuv33
Sep 7, 2021

Answer (B) is correct

syu31svc
Oct 4, 2021

https://docs.microsoft.com/en-us/azure/application-gateway/features#ingress-controller-for-aks Application Gateway Ingress Controller (AGIC) allows you to use Application Gateway as the ingress for an Azure Kubernetes Service (AKS) cluster. Answer is B

akaz
Aug 13, 2021

https://docs.microsoft.com/en-us/azure/application-gateway/features#ingress-controller-for-aks

waqas
Oct 8, 2021

B. Application Gateway Ingress Controller (AGIC)

Bijith
Sep 4, 2021

Seems C is correct. That meet all the requirements.

leo_az300
Sep 24, 2021

C definitely not the best answer. The HTTP application routing add-on is designed to let you quickly create an ingress controller and access your applications. This add-on is not currently designed for use in a production environment and is not recommended for production use. For production-ready ingress deployments that include multiple replicas and TLS support, see Create an HTTPS ingress controller. HTTPS ingress controller, which Microsoft uses NGNIX ingress controller as example in their document. NGNIX can do URL routing, but i'm not sure about cookie-based affinity etc. So i would choose application gateway ingress controller.

Dpejic
Dec 23, 2021

Appere on exam 23-dec-2021