> ## Documentation Index
> Fetch the complete documentation index at: https://gcore.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect to your nodes via SSH

You can connect to your nodes via [a floating IP address](/cloud/networking/ip-address/create-and-configure-a-floating-ip-address).

## Assign a floating IP address

1\. In the Cloud menu, go to **Kubernetes**, find the required cluster and click its name.

<Frame>
  <img src="https://mintcdn.com/gcore/yxYVl3HpxFEvUXPS/images/docs/cloud/kubernetes/clusters/connect/connect-to-your-nodes-via-ssh-using-a-floating-ip-address/13321601561489.png?fit=max&auto=format&n=yxYVl3HpxFEvUXPS&q=85&s=9419681cd870eeb45eaa1eae036d4ce3" alt="Screenshot_2023-02-27_at_13.37_2.png" width="5344" height="1612" data-path="images/docs/cloud/kubernetes/clusters/connect/connect-to-your-nodes-via-ssh-using-a-floating-ip-address/13321601561489.png" />
</Frame>

2\. Go to the **Pools** section, click the required pool to expand the menu, find the node you want to connect to and click **Add IP**.

<Frame>
  <img src="https://mintcdn.com/gcore/yxYVl3HpxFEvUXPS/images/docs/cloud/kubernetes/clusters/connect/connect-to-your-nodes-via-ssh-using-a-floating-ip-address/13321623319825.png?fit=max&auto=format&n=yxYVl3HpxFEvUXPS&q=85&s=d46fc7037d26e0bfa09e268d22af5e9e" alt="Screenshot_2023-02-27_at_14.23_1.jpg" width="3028" height="2656" data-path="images/docs/cloud/kubernetes/clusters/connect/connect-to-your-nodes-via-ssh-using-a-floating-ip-address/13321623319825.png" />
</Frame>

3\. In the new window, create a new floating IP address or attach an existing one.

* To create a new floating IP address, go to the **Assign a floating IP** section, switch on the **Assign to existing instance** toggle, choose the node and the interface, and click **Create a new floating IP**.

<Frame>
  <img src="https://mintcdn.com/gcore/yxYVl3HpxFEvUXPS/images/docs/cloud/kubernetes/clusters/connect/connect-to-your-nodes-via-ssh-using-a-floating-ip-address/13321686078225.png?fit=max&auto=format&n=yxYVl3HpxFEvUXPS&q=85&s=d98bde30db03b60d78b7cc80d0906efb" alt="Screenshot_2023-02-06_at_15.45_2.png" width="4000" height="2032" data-path="images/docs/cloud/kubernetes/clusters/connect/connect-to-your-nodes-via-ssh-using-a-floating-ip-address/13321686078225.png" />
</Frame>

* To assign an existing floating IP address, find the required one in the list below the **Assign a floating IP** section and click **Assign to instance**.

<Frame>
  <img src="https://mintcdn.com/gcore/yxYVl3HpxFEvUXPS/images/docs/cloud/kubernetes/clusters/connect/connect-to-your-nodes-via-ssh-using-a-floating-ip-address/13321799776529.png?fit=max&auto=format&n=yxYVl3HpxFEvUXPS&q=85&s=ac43d77e72422c2928e14349c4161598" alt="Screenshot_2023-02-06_at_15.45_1.png" width="4000" height="2596" data-path="images/docs/cloud/kubernetes/clusters/connect/connect-to-your-nodes-via-ssh-using-a-floating-ip-address/13321799776529.png" />
</Frame>

In the new window, choose the node and the interface and click **Assign floating IP**.

The floating IP has been assigned to the node, and you can now access it.

## Connect to your node via SSH

Run the command in the command-line utility:

```sh theme={null}
ssh ubuntu@[floating IP address] -i "[path to the private SSH key]"
```

Replace **\[floating IP address]** with the actual floating IP address of the node and **\[path to the private SSH key]** with the path to the private key on your local machine.
