From 04275b59689c54ffcbac7fe978721c17de189c96 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Tue, 29 Jun 2021 01:05:06 -0700 Subject: [PATCH] Update section on AKS private clusters --- .../hosted-kubernetes-clusters/aks/_index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/rancher/v2.6/en/cluster-provisioning/hosted-kubernetes-clusters/aks/_index.md b/content/rancher/v2.6/en/cluster-provisioning/hosted-kubernetes-clusters/aks/_index.md index 28b516d8e53..f0496aea2cb 100644 --- a/content/rancher/v2.6/en/cluster-provisioning/hosted-kubernetes-clusters/aks/_index.md +++ b/content/rancher/v2.6/en/cluster-provisioning/hosted-kubernetes-clusters/aks/_index.md @@ -136,12 +136,13 @@ For more information about how to configure AKS clusters from the Rancher UI, se # Private Clusters -Typically, AKS worker nodes do not get public IPs, regardless of whether the cluster is private, with some exceptions. In a private cluster, the control plane does not have a public endpoint. +Typically, AKS worker nodes do not get public IPs, regardless of whether the cluster is private. In a private cluster, the control plane does not have a public endpoint. -In order to a to be able to connect with the AKS Kubernetes API server, +Rancher can connect to a private AKS cluster in one of two ways. -- The Rancher agent needs to be deployed from a node that has access to the AKS cluster's Azure Virtual Network (VNet). -- Rancher needs to be running on the same [NAT](https://docs.microsoft.com/en-us/azure/virtual-network/nat-overview) as the AKS nodes. +The first way to ensure that Rancher is running on the same [NAT](https://docs.microsoft.com/en-us/azure/virtual-network/nat-overview) as the AKS nodes. + +The second way is to run a command to register the cluster with Rancher. Once the cluster is provisioned, you can run the displayed command anywhere you can connect to the cluster’s Kubernetes API. This command is displayed in a pop-up when you provision an AKS cluster with a private API endpoint enabled. For more information about connecting to an AKS private cluster, see the [AKS documentation.](https://docs.microsoft.com/en-us/azure/aks/private-clusters#options-for-connecting-to-the-private-cluster)