
Answer-first summary for fast verification
Answer: 131.107.2.1
To provide internet users with access to applications running in an Azure Kubernetes Service (AKS) cluster, you need to use a public IP address. The options 10.0.10.11, 172.17.7.1, and 192.168.10.2 are all private IP addresses which cannot be used to provide internet access. Therefore, the correct IP address to include in the DNS record is the public IP address 131.107.2.1, making option A the correct answer.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In the deployment of an Azure Kubernetes Service (AKS) cluster named Cluster1, which IP address should be included in the DNS record to allow internet users access to the applications running on the cluster?
A
131.107.2.1
B
10.0.10.11
C
172.17.7.1
D
192.168.10.2
No comments yet.