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
### 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.
32
32
33
33
1. List the nodes in your Nexus Kubernetes cluster:
34
34
@@ -51,7 +51,7 @@ Once you are connected to a cluster via Arc for Kuberentes, you can connect to i
51
51
52
52
This privileged container gives access to the node. Execute commands on the baremetal host machine by running `chroot /host` at the command line.
53
53
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:
55
55
56
56
```bash
57
57
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
104
104
105
105
## Create an interactive shell connection to a node using the IP address
106
106
107
-
### Conenccting to the cluster node from Azure jumpbox
107
+
### Connecting to the cluster node from Azure jumpbox
108
108
109
109
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.
110
110
111
111
Reach out to your network administrator to set up a direct connection from Azure jumpbox VM to the cluster's CNI network.
112
112
113
-
### Conenccting to the cluster node from on-premises jumpbox
113
+
### Connecting to the cluster node from on-premises jumpbox
114
114
115
115
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.
0 commit comments