# Kubernetes Configuration

The Kube-config file is used to store connection information to the Kubernetes cluster, helping tools such as kubectl, kubelet, and kubeâdm determine how to communicate with the Kubernetes API Server. The kubeconfig file is very important in managing access to Kubernetes, so it must be carefully secured.

To download the Kube-config file, customers should follow these instructions:

**Step 1**: In the menu, select **AI Infrastructure**> **Managed GPU Cluster**. The system will display the **GPU Cluster Management** page. Select the cluster for which you want to retrieve cluster access information.

![](/files/f37d78cb170170c76fba4f91c6c4e5876df3ee87)

**Step 2**: Under **Essential Properties**> Cluster Information > Configuration, you can download

the kubeconfig file to log in to the Cluster via kubectl or other tools.

![](/files/f29b02caeae92423cf4b9624b2d16af985355303)Note:

Managed GPU Cluster uses Native Kubernetes Cluster as its core, allowing users to use the Cluster with kubectl tools and dashboard just like a regular 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://ai-docs.fptcloud.com/fpt-gpu-cloud/gpu-cluster/managed-k8s-with-metal-cloud/tutorial/kubernetes-configuration.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.
