# Cluster Access - Kubeconfig

PCD provides the Kubernetes Cluster Access via Kuberconfig. You can download the Kubeconfig by going to the Kubernetes Cluster > Manage > Overview Page and click on the Download Kubeconfig button on the right top of the page. You can read more about Kuberconfig here: <https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/>

#### Using Kubeconfig

To connect to the cluster using the Kuberconfig

* Download the Kubeconfig
* [Install](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/) Kubectl in your machine
* Export it in your Terminal Path:
  * Eg: `export KUBECONFIG=~/Platform9/kubeconfigs/pcdcluster.kubeconfig`
* Use Kubectl to access the resources on the cluster
  * Eg: `kuberctl get nodes`


---

# 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.platform9.com/private-cloud-director/2025.4/kubernetes-clusters/pcd-kubernetes-clusters/kubernetes-cluster-access-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.
