Skip to content

Commit 265deae

Browse files
committed
Added VM name
1 parent 8f2bedf commit 265deae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/operator-nexus/howto-kubernetes-cluster-connect.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Connect to Azure Operator Nexus Kubernetes cluster
3-
description: Learn how to connect to Azure Operator Nexus Kubernetes cluster for interacting, troubleshooting, and maintenance tasks
3+
description: Learn how to connect to Azure Operator Nexus Kubernetes cluster for interacting, troubleshooting, and maintenance tasks.
44
author: dramasamy
55
ms.author: dramasamy
66
ms.service: azure-operator-nexus
@@ -17,7 +17,7 @@ Throughout the lifecycle of your Azure Operator Nexus Kubernetes cluster, you ev
1717

1818
* An Azure Operator Nexus Kubernetes cluster deployed in a resource group in your Azure subscription.
1919
* SSH private key for the cluster nodes.
20-
* To SSH using the node IP address, it is necessary to have a jumpbox VM deployed within the same virtual network as the cluster nodes.
20+
* To SSH using the node IP address, it's necessary to have a jumpbox VM deployed within the same virtual network as the cluster nodes.
2121

2222
## Access nodes using the Kubernetes API
2323

@@ -28,7 +28,7 @@ This method requires usage of `kubectl debug` command.
2828
[!INCLUDE [quickstart-cluster-connect](./includes/kubernetes-cluster/cluster-connect.md)]
2929

3030
### Access to cluster nodes via Azure Arc for Kubernetes
31-
Once you are connected to a cluster via Arc for Kuberentes, you can connect to individual Kubernetes Node using the `kubectl debug` command to run a privileged container on your node.
31+
Once you're connected to a cluster via Arc for Kubernetes, you can connect to individual Kubernetes Node using the `kubectl debug` command to run a privileged container on your node.
3232

3333
1. List the nodes in your Nexus Kubernetes cluster:
3434

@@ -51,7 +51,7 @@ Once you are connected to a cluster via Arc for Kuberentes, you can connect to i
5151

5252
This privileged container gives access to the node. Execute commands on the baremetal host machine by running `chroot /host` at the command line.
5353

54-
3. When you are done with a debugging pod, enter the `exit` command to end the interactive shell session. After exiting the shell, make sure to delete the pod:
54+
3. When you're done with a debugging pod, enter the `exit` command to end the interactive shell session. After exiting the shell, make sure to delete the pod:
5555

5656
```bash
5757
kubectl delete pod node-debugger-mynexusk8scluster-0b32128d-agentpool1-md-7h9t4-694gg
@@ -104,13 +104,13 @@ The `az ssh arc` command allows users to remotely access a cluster VM that has b
104104

105105
## Create an interactive shell connection to a node using the IP address
106106

107-
### Conenccting to the cluster node from Azure jumpbox
107+
### Connecting to the cluster node from Azure jumpbox
108108

109109
Another option for securely connecting to an Azure Operator Nexus Kubernetes cluster node is to set up a direct access to the cluster's CNI network from Azure jumpbox VM. Using this approach, you can SSH into the cluster nodes, also execute `kubectl` commands against the cluster using the `kubeconfig` file.
110110

111111
Reach out to your network administrator to set up a direct connection from Azure jumpbox VM to the cluster's CNI network.
112112

113-
### Conenccting to the cluster node from on-premises jumpbox
113+
### Connecting to the cluster node from on-premises jumpbox
114114

115115
Establish direct access to the cluster's CNI (Container Network Interface) from within your on-premises infrastructure. This direct access enables you to SSH into the cluster nodes, and lets you execute `kubectl` commands using the `kubeconfig` file.
116116

0 commit comments

Comments
 (0)