> For the complete documentation index, see [llms.txt](https://docs.cloudeka.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.id/platform/deka-harbor/kubernetes-dashboard.md).

# Kubernetes Dashboard

The Kubernetes Dashboard provides a centralized view to manage and monitor Kubernetes clusters. On this call it uses a Linux operating system. Here are the steps to log into the Kubernetes Dashboard:

* On the service page of the Cloudka portal select the Deka Harbor menu on the Platform.Kubernetes Dashboard (a)

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/20dekaharbor/20.40dash(a).png" alt=""><figcaption><p>Kubernetes Dashboard (a)</p></figcaption></figure>

* Select the Deka Harbor cluster click the More button in the Action select Details column.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/20dekaharbor/20.41dash(b).png" alt=""><figcaption><p>Kubernetes Dashboard (b)</p></figcaption></figure>

* Download Kubernates Config on the Config tab.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/20dekaharbor/20.48unduh.png" alt=""><figcaption><p><em>Kubernetes Dashboard (c)</em></p></figcaption></figure>

* Download and install the cubectl on your computer according to the operating system used. Click [this link](https://kubernetes.io/id/docs/tasks/tools/) to learn more about installing other operating systems.
* Next, extract the downloaded Kubernates Config file.

```linux
export KUBECONFIG={/path/config}
```

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/20dekaharbor/20.49ekstrak.png" alt=""><figcaption><p><em>Kubernetes Dashboard (d)</em></p></figcaption></figure>

* Create tokens by copying the following syntax. Make sure the token code is stored in a safe place.

```linux
kubectl -n kubernetes-dashboard create token admin-user
```

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/20dekaharbor/20.50token.png" alt=""><figcaption><p><em>Kubernetes Dashboard (e)</em></p></figcaption></figure>

* To open the Kubernates Dashboard back to the Deka Harbor page click the More button and select Kubernates Dashboard.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/20dekaharbor/20.51kubedash.png" alt=""><figcaption><p><em>Kubernetes Dashboard (f)</em></p></figcaption></figure>

* You will be directed to the Kubernates service dashboard login page. Select Token and enter the acquired token.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/20dekaharbor/20.52login.png" alt=""><figcaption><p><em>Kubernetes Dashboard (g)</em></p></figcaption></figure>

* You made it to the Kubernates Dashboard. Click [this link](https://kubernetes.io/docs/home/) to learn more about Kubernetes.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/20dekaharbor/20.53dashboard.png" alt=""><figcaption><p><em>Kubernetes Dashboard (h)</em></p></figcaption></figure>
