Get cluster access information
The Kube-config file is used to store connection information for Kubernetes clusters, helping tools such as kubectl, kubelet, and kubeadm determine how to communicate with the Kubernetes API server. Because the kubeconfig file is critical for managing access to Kubernetes, you must protect it carefully.
To download the Kube-config file, follow these steps:
Step 1: In the menu, select [AI Infrastructure] > [Managed GPU Cluster]. The system displays the [GPU Cluster Management] page. Select the cluster whose access information you want to retrieve.
Step 2: Go to Basic Properties > Cluster Information > Configuration, then download the kubeconfig file to log in to the cluster using kubectl or other tools.
Note: Managed GPU Cluster uses the native Kubernetes cluster core, and you use the cluster with kubectl and dashboard tools just as you would with a regular Kubernetes cluster.

