CDP FAQ

Updated at:
Copy as MD

Cluster operations

1. How to log on to a utility node?

In the Alibaba Cloud console, go to the list of clusters, click a cluster name to open its details page, and then click Host List at the top of the page to find the cdp-utility-1 node. To access a cluster node using the Secure Shell (SSH) protocol, you must first configure a whitelist for the ECS security group. Click the ECS ID link in the host list to go to the ECS console, and then add an inbound rule for port 22.

If a tunnel is established, use the private IP address. If you want to access the node over the public network, copy the public IP address.

In your local terminal, run ssh root@xx.xx.xx.xx to log on to the cluster node.