--- title: Cluster Details --- # Cluster Details Tab The **Cluster Details** tab is the cluster's overview. It is available in every state and is where you download the kubeconfig, reveal the dashboard token, renew the SSL certificate, and edit basic cluster information. To open it, go to **Compute > Kubernetes**, select a cluster, and stay on the default **Cluster Details** tab. --- ## Kubeconfig The **Kubeconfig** field shows the file name `-kubeconfig.yaml`. - **Download** - saves the kubeconfig file to your machine. - **Info** - shows a tooltip with the quick-start steps: install `kubectl`, run `kubectl --kubeconfig="-kubeconfig.yaml" proxy`, and open the dashboard URL. For the full connection workflow, see [Connect to a Cluster](/docs/myaccount/kubernetes/getting-started/connect-to-cluster). ## Kubeconfig Token The **Kubeconfig Token** is used to sign in to the Kubernetes Dashboard. It is shown only while the cluster is **Running**. 1. Select **View Token** to reveal the token. 2. Use **Copy** to copy it, then paste it into the dashboard's token field. 3. Select **Hide Token** to hide it again. ## SSL Certificate Renewal When the cluster's SSL certificate is within **5 days** of expiry, a warning banner appears at the top of this tab: > _SSL Certificate of this Cluster is about to Expire. Click Here to renew SSL Certificate._ Select the link to renew immediately. If you take no action, the certificate is renewed automatically. See [SSL Certificate Renewal](/docs/myaccount/kubernetes/getting-started/connect-to-cluster#ssl-certificate-renewal). --- ## Cluster Information The details card shows the cluster's core information. Some fields can be edited inline. | Field | Description | | ------------ | ------------------------------------------------------------------------------------------ | | Name | Cluster name. Up to 50 characters; letters, digits, underscores, and hyphens only. | | Plan | The master node plan. For a private cluster, shows ` (Private Cloud)`. | | Version | The Kubernetes version. Fixed for the life of the cluster. | | Created at | When the cluster was created. | | Hourly Price | The current hourly rate. Shown only when the cluster is Running and not a private cluster. | | VPC Name | The attached VPC. | | Subnet Name | The subnet (shown only for custom, non-default VPCs). | | DNS | The VPC's DNS, when set. | | CIDR | The VPC's IPv4 CIDR range. | ### Committed Plan Information If the cluster's master node is on a committed plan, the card also shows: - **Committed Plan** - the committed period and price (for example, _3 Months at ₹…_). - **Committed Period End On** - the date the committed term ends. - **Committed Node Settings** - what happens at the end of the term: **Switch to hourly billing** or **Auto-renew the committed plan**. These settings take effect only after the current committed period ends. To change committed billing, see [Actions](/docs/myaccount/kubernetes/manage/actions#committed-settings). --- ## Related Resources | Resource | Use it for | | ------------------------------------------------------------------------------------- | ----------------------------------------- | | [Connect to a Cluster](/docs/myaccount/kubernetes/getting-started/connect-to-cluster) | kubeconfig, `kubectl`, and the dashboard. | | [Node Pools](/docs/myaccount/kubernetes/manage/node-pools) | Manage worker pools and nodes. | | [Actions](/docs/myaccount/kubernetes/manage/actions) | Upgrade, committed billing, and delete. | | [Committed Plans](/docs/myaccount/kubernetes/features/committed-plans) | Committed billing model. |