# Dashboard

On the Dashboard page of the Service Portal Deka GPU displays a summary of general information about Cubernetes. To get to the Dashboard page in the Service Portal Deka GPU, select the Kubernetes module and select the Dashboard menu.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeySyv8MjiRtACJ9B4A5fOqdPnxSgxL3Q7SW-3DmSe5jhqM4yxyJSCOc8OEZ8liA1jb8ncREe6g44TJd3dpUCfWEGESNOoH3bReBENpeaSopXH5rH8JevQVxNYBPWClKoFeHA5W?key=STJL10WA8hk9zDcEThCoUA" alt=""><figcaption><p>Dashboard</p></figcaption></figure>

On the dashboard, some of the features available include the following.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXf8zAUx7H9_i_K2FxKQTHAtbnGQvsWyCldSuvboSvt_mkmTvY9kHQ1N4A_tUq3uvBQZGxBq8OU0VQXlClntWkjyAsMxIs03EB98AkV9J2sytQk5TRpcCci4P3M-oRwCpFSANkVZ?key=STJL10WA8hk9zDcEThCoUA" alt=""><figcaption><p>Feature Dashboard (a)</p></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdZNUMgd14OdPc8fJ7ic6O_TNSCwfN6yJfcH7rws969-ubpAMqD4bV07zLX9S-EUdPVYgmImylklSW3NSMH6MiI4PpXLgqaCkc1E_2Nsw2s96fa5WlcSAyAApwNxG6TAcnCClXjqg?key=STJL10WA8hk9zDcEThCoUA" alt=""><figcaption><p>Feature Dashboard (b)</p></figcaption></figure>

a. The “Status” feature displays the “Ready” or “Pending” state of the service on Pods, Deployments, DaemonSets, and StatefulSets.

b. The Kubernetes Console is used to access Kubernetes and manage clusters through the command line.

c. KubeConfig is used to download configuration files from the Kubernetes resources.

d. The status of Service Pods, Deployments, DaemonSets, and StatefulSets is displayed according to the state selected in the "Status" feature.

e. Workloads display graphs of the "Ready" or "Pending" states of Pods, Deployments, DaemonSets, and StatefulSets.

f. Events display records generated by components in the cluster to track various activities or changes in the status of events.

g. Services display a list of services managed by Kubernetes, and you can create a new service.

h. Persistent Volumes display a list of available storage resources in the Kubernetes cluster.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/deka-gpu/deka-gpu-kubernetes/dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
