You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/rdp.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,16 @@ titleSuffix: Azure Kubernetes Service
4
4
description: Learn how to create an RDP connection with Azure Kubernetes Service (AKS) cluster Windows Server nodes for troubleshooting and maintenance tasks.
#Customer intent: As a cluster operator, I want to learn how to use RDP to connect to nodes in an AKS cluster to perform maintenance or troubleshoot a problem.
9
10
---
10
11
11
12
# Connect with RDP to Azure Kubernetes Service (AKS) cluster Windows Server nodes for maintenance or troubleshooting
12
13
13
14
Throughout the lifecycle of your Azure Kubernetes Service (AKS) cluster, you may need to access an AKS Windows Server node. This access could be for maintenance, log collection, or other troubleshooting operations. You can access the AKS Windows Server nodes using RDP. For security purposes, the AKS nodes aren't exposed to the internet.
14
15
15
-
Alternatively, if you want to SSH to your AKS Windows Server nodes, you'll need access to the same key-pair that was used during cluster creation. Follow the steps in [SSH into Azure Kubernetes Service (AKS) cluster nodes][ssh-steps].
16
+
Alternatively, if you want to SSH to your AKS Windows Server nodes, you need access to the same key-pair that was used during cluster creation. Follow the steps in [SSH into Azure Kubernetes Service (AKS) cluster nodes][ssh-steps].
16
17
17
18
This article shows you how to create an RDP connection with an AKS node using their private IP addresses.
18
19
@@ -60,7 +61,7 @@ The following example creates a virtual machine named *myVM* in the *myResourceG
60
61
61
62
### [Azure CLI](#tab/azure-cli)
62
63
63
-
You'll need to get the subnet ID used by your Windows Server node pool. The commands below will query for the following information:
64
+
You need to get the subnet ID used by your Windows Server node pool and query for:
64
65
* The cluster's node resource group
65
66
* The virtual network
66
67
* The subnet's name
@@ -102,7 +103,7 @@ Record the public IP address of the virtual machine. You'll use this address in
102
103
103
104
### [Azure PowerShell](#tab/azure-powershell)
104
105
105
-
You'll need to get the subnet ID used by your Windows Server node pool. The commands below will query for the following information:
106
+
You'll need to get the subnet ID used by your Windows Server node pool and query for:
106
107
* The cluster's node resource group
107
108
* The virtual network
108
109
* The subnet's name and address prefix
@@ -153,7 +154,7 @@ The following example output shows the VM has been successfully created and disp
153
154
13.62.204.18
154
155
```
155
156
156
-
Record the public IP address of the virtual machine. You'll use this address in a later step.
157
+
Record the public IP address of the virtual machine and use the address in a later step.
157
158
158
159
---
159
160
@@ -270,7 +271,7 @@ Connect to the public IP address of the virtual machine you created earlier usin
270
271
271
272

272
273
273
-
After you've connected to your virtual machine, connect to the *internal IP address* of the Windows Server node you want to troubleshoot using an RDP client from within your virtual machine.
274
+
After you have connected to your virtual machine, connect to the *internal IP address* of the Windows Server node you want to troubleshoot using an RDP client from within your virtual machine.
274
275
275
276

0 commit comments