9.6.4.3. Connecting to a VM exposed by a service by using SSH
You can connect to a virtual machine (VM) that a service exposes by using SSH.
Prerequisites
- You created a service to expose the VM.
- You have an SSH client installed.
- You are logged in to the cluster.
Procedure
Run the following command to access the VM:
$ ssh <user_name>@<ip_address> -p <port>where:
<ip_address>- Specifies the cluster IP for a cluster IP service, the node IP for a node port service, or the external IP address for a load balancer service.