A healthtech company is deploying a secure Azure Kubernetes Service (AKS) cluster named `aks-clinical` in a virtual network named `VNet1` () to host a patient data portal. The cluster is configured as a private cluster, which creates a private endpoint for the API server in `VNet1` and associates it with a Private DNS zone.
A peered virtual network named `VNet2` () contains management virtual machines that administrators use to manage Azure resources. Virtual network peering is successfully established between `VNet1` and `VNet2`.
Administrators report that the management VMs in `VNet2` cannot connect to `aks-clinical` because they are unable to resolve the fully qualified domain name (FQDN) of the AKS API server.
Which configuration step should you perform to resolve the DNS resolution issue?
- AConfigure gateway transit and allow gateway transit on the virtual network peering between VNet1 and VNet2.
- BRe-deploy the AKS cluster to use the Kubenet network plugin instead of the Azure CNI network plugin.
- Create a virtual network link to VNet2 in the Private DNS zone associated with the AKS cluster.Answer
- DConfigure the DNS server settings of VNet2 to point to the private IP address of the AKS API server.