Skip to content

Commit a1f6751

Browse files
authored
Merge pull request #100573 from jakaruna-MSFT/patch-60
(AzureCXP) resolves MicrosoftDocs/azure-docs#45463
2 parents f2be107 + 2458db1 commit a1f6751

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/aks/private-clusters.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ The API server end point has no public IP address. Consequently, users will need
104104
* click on the Private DNS Zone
105105
* select Virtual network link in the left pane
106106
* create a new link to add the VNET of the VM to the Private DNS Zone *(It takes a few minutes for the DNS zone link to become available)*
107+
* go back to the MC_* resource group in the portal
108+
* select the virtual network on the right pane. Virtual network name will be in the form aks-vnet-*.
109+
* select Peerings on the left pane
110+
* click on Add and add the Virtual network of the VM and create the peering.
111+
* Go to the Vnet where you have the VM and then click on peerings and select the AKS Virtual network and create the peering. If the address ranges on the AKS Virtual network and the VM's virtual network clashes, Then peering will fail. Refer to this [document][virtual-network-peering] for more information about virtual network peering.
107112
* SSH into the VM
108113
* Install Kubectl tool and run kubectl commands
109114

@@ -128,3 +133,5 @@ The API server end point has no public IP address. Consequently, users will need
128133
[az-extension-add]: /cli/azure/extension#az-extension-add
129134
[az-extension-update]: /cli/azure/extension#az-extension-update
130135
[private-link-service]: https://docs.microsoft.com/azure/private-link/private-link-service-overview
136+
[virtual-network-peering]: ../virtual-network/virtual-network-peering-overview.md
137+

0 commit comments

Comments
 (0)