> For the complete documentation index, see [llms.txt](https://ai-docs.fptcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-docs.fptcloud.com/fpt-gpu-cloud/gpu-cluster/managed-k8s-with-metal-cloud/tutorial/kubernetes-configuration.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://ai-docs.fptcloud.com/fpt-gpu-cloud/gpu-cluster/managed-k8s-with-metal-cloud/tutorial/kubernetes-configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
