# Download kubeconfig

{% hint style="success" %}
You cannot create a Virtual Machine if you have not completed the Choose Package and Top-Up steps.
{% endhint %}

This guide will only explain how to download the kubeconfig file in the Deka GPU Service Portal. You need to download the kubeconfig file to manage Kubernetes. You can download the kubeconfig file in the Deka GPU Service Portal by selecting Kubernetes and then choosing the Dashboard menu.

<figure><img src="/files/5xqurtfDwWCT2FMKSr3K" alt=""><figcaption></figcaption></figure>

<p align="center">Download a kubeconfig</p>

Check the "Downloads" menu in your browser to access the downloaded kubeconfig file. Kubeconfig files are configuration files that contain the necessary information to interact with a Kubernetes cluster, such as API server URLs, authentication credentials, and other details. This file is used by kubectl (a command-line tool for interacting with Kubernetes) to access and manage the cluster.

<figure><img src="/files/grdy821p6BzjhypMlqmW" alt=""><figcaption></figcaption></figure>

<p align="center">Download a kubeconfig</p>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/guidance-for-individual/starter-guide/download-kubeconfig.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.
