exam questions

Exam AZ-500 All Questions

View all questions & answers for the AZ-500 exam

Exam AZ-500 topic 3 question 68 discussion

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

You are testing an Azure Kubernetes Service (AKS) cluster. The cluster is configured as shown in the exhibit. (Click the Exhibit tab.)



You plan to deploy the cluster to production. You disable HTTP application routing.

You need to implement application routing that will provide reverse proxy and TLS termination for AKS services by using a single IP address.

What should you do?

  • A. Create an AKS Ingress controller.
  • B. Create an Azure Standard Load Balancer.
  • C. Install the container network interface (CNI) plug-in.
  • D. Create an Azure Basic Load Balancer.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
HdiaOwner
8 months, 3 weeks ago
Selected Answer: A
An Ingress controller is typically used to manage external access to services in a Kubernetes cluster, usually via HTTP/HTTPS, and it can provide reverse proxy and TLS termination. It enables routing traffic to services based on the URL and can handle requests coming into the cluster using a single public IP. This option fits the requirements well as an Ingress controller supports reverse proxying and TLS termination.
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 ...