Skip to main content

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 <cluster-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="<cluster-name>-kubeconfig.yaml" proxy, and open the dashboard URL.

For the full connection workflow, see Connect to a 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.


Cluster Information

The details card shows the cluster's core information. Some fields can be edited inline.

FieldDescription
NameCluster name. Up to 50 characters; letters, digits, underscores, and hyphens only.
PlanThe master node plan. For a private cluster, shows <cluster name> (Private Cloud).
VersionThe Kubernetes version. Fixed for the life of the cluster.
Created atWhen the cluster was created.
Hourly PriceThe current hourly rate. Shown only when the cluster is Running and not a private cluster.
VPC NameThe attached VPC.
Subnet NameThe subnet (shown only for custom, non-default VPCs).
DNSThe VPC's DNS, when set.
CIDRThe 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.


ResourceUse it for
Connect to a Clusterkubeconfig, kubectl, and the dashboard.
Node PoolsManage worker pools and nodes.
ActionsUpgrade, committed billing, and delete.
Committed PlansCommitted billing model.
Last updated on June 26, 2026.