# Download Kube Config

Download Kube Config is a feature available in the Deka GPU Service Portal that is used to download these configuration files from kubernetes in the Deka GPU Service Portal.  You can access the Kubernetes cluster via command line or Kubernetes-compatible. To download Kube Config in the Deka GPU Service Portal, select the Dashboard menu in the Kubernetes module, and click the Kube Config button.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfQpV5aUSsNTZRqjdOV_iI2JubebzIpkiCS_KbpqPWp_PWbgbCfvknMrlrAJG2FtzdKVhZKY5wlY8EW62U5Ju4-m3DOJNYpH_y9E5JPCdMY6YtmWKYIV0msrG9m8zyTmzEPgkbKug?key=STJL10WA8hk9zDcEThCoUA" alt=""><figcaption><p>Download Kube Config</p></figcaption></figure>

Check the "Downloads" menu in your browser to be able to use the downloaded kube config file. Kube Config files are configuration files that contain the information required to interact with a Kubernetes cluster, such as API server URLs, authentication credentials, and other information. This file is used by kubectl (a command-line tool for interacting with Kubernetes) to access and manage the 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/download-kube-config.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.
