# ETC (Datacenter)

## 1. ETC Cluster Registration

1\) To register a non-public cloud cluster with Cocktail Cloud, follow these steps

### 1-1. Navigate to the Cluster Registration Screen

1\) Click the "+ Register In-Use Cluster" button located in the upper right corner of the \[Infrastructure] - \[Clusters] tab.

### 1.2 Choose Cluster Provider and Type

<figure><img src="https://4196990571-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL5As9l8R3RbLkQd6XsfL%2Fuploads%2F1Be7WD5ExsMJLITQgIy0%2Fimage.png?alt=media&#x26;token=50a0bb01-7bdf-4c37-95e9-f2f038fb14b4" alt=""><figcaption><p>[Screen] Cluster Configuration Form</p></figcaption></figure>

1\) Set the provider attribute in the Cluster Configuration form to 'Datacenter.'

2\) Choose the type attribute as 'MANAGED.'

3\) Choose the region as the one where the cluster was created (Example: Korea).

{% hint style="info" %}

* Provider and type fields are mandatory.
  {% endhint %}

### 1.3 Cluster Registration

<table><thead><tr><th width="244">Item (* is required)</th><th>Content</th></tr></thead><tbody><tr><td>Cluster Name*</td><td>The name of the cluster to be managed in Cocktail Cloud</td></tr><tr><td>Kubernetes Version*</td><td>Enter the Kubernetes version of the created cluster</td></tr><tr><td>ID*</td><td>ID for management in Cocktail Cloud<br>- IDs can only contain lowercase letters, numbers, and three special characters (- . _). (e.g., eks-acornsoft-demo-cluster)<br>- IDs cannot be duplicates of IDs already registered for other clusters.</td></tr><tr><td>Description</td><td>Description of the cluster to be registered</td></tr><tr><td>Master address*</td><td>Enter the IP address displayed after running the command <code>$ sudo cat /etc/kubernetes/acloud-client.conf | grep server</code></td></tr><tr><td>Node Port Host Address*</td><td>Enter the Public IP of Kubernetes</td></tr><tr><td>Node Port Range*</td><td>Input the port range 30000-32767, which is available in Kubernetes</td></tr><tr><td>Cluster CA Certification*</td><td>Enter the portion after "certificate-authority-data:" displayed when running the command <code>$ sudo cat /etc/kubernetes/acloud-client.conf | grep certificate-authority-data</code></td></tr><tr><td>Client Certificate Data*</td><td>Enter the portion after "client-certificate-data:" displayed when running the command <code>$ sudo cat /etc/kubernetes/acloud-client.conf | grep client-certificate-data</code></td></tr><tr><td>Client Key Data*</td><td>Enter the value displayed after running the command <code>$ sudo cat /etc/kubernetes/acloud-client.conf | grep client-key-data</code></td></tr></tbody></table>

1\) Click the "Save" button in the menu bar to initiate the cluster registration.

2\) After registration is complete, the cluster list will be displayed, allowing you to verify the recently registered cluster.

<figure><img src="https://4196990571-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL5As9l8R3RbLkQd6XsfL%2Fuploads%2Fgit-blob-e763867d054284d9a09fa440a01f51d6dc2eee95%2Fimage%20(457).png?alt=media" alt=""><figcaption><p>[Screen] Cluster Configuration Form After Registration</p></figcaption></figure>
