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'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.
31
+
32
+
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
33
33
34
1. List the nodes in your Nexus Kubernetes cluster:
34
35
@@ -49,7 +50,7 @@ Once you're connected to a cluster via Arc for Kubernetes, you can connect to in
49
50
root [ / ]#
50
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
+
This privileged container gives access to the node. Execute commands on the cluster node by running `chroot /host` at the command line.
53
54
54
55
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
56
@@ -59,7 +60,10 @@ Once you're connected to a cluster via Arc for Kubernetes, you can connect to in
59
60
60
61
## Access to cluster nodes via Azure Arc for servers
61
62
62
-
The `az ssh arc` command allows users to remotely access a cluster VM that has been connected to Azure Arc. This method is a secure way to SSH into the cluster node directly from the command line. Once the cluster VM has been registered with Azure Arc, the `az ssh arc` command can be used to manage the machine remotely, making it a quick and efficient method for remote management.
63
+
The `az ssh arc` command allows users to remotely access a cluster VM that has been connected to Azure Arc. This method is a secure way to SSH into the cluster node directly from the command line, making it a quick and efficient method for remote management.
64
+
65
+
> [!NOTE]
66
+
> Operator Nexus Kubernetes cluster nodes are Arc connected servers by default.
63
67
64
68
1. Set the required variables. Replace the placeholders with the actual values relevant to your Azure environment and Nexus Kubernetes cluster.
0 commit comments