Skip to content
NINTECH
Help centre

Get your kubeconfig and reach your cluster

Download cluster credentials and point kubectl at your Kubernetes cluster.

Last reviewed 25 July 2026

Your cluster's admin credentials come as a kubeconfig file, downloaded from the Cluster access card on the service page.

  1. Open your Kubernetes service from “My products”.
  2. Find the Cluster access card and download the kubeconfig.
  3. Point kubectl at it — either save it as ~/.kube/config, or run kubectl with --kubeconfig=/path/to/the/file.
  4. Check it works: kubectl get nodes

Treat the kubeconfig like a password — anyone holding it can administer your cluster. We fetch it live from the cluster each time you download it and keep no copy of our own, so store it somewhere safe.

We run the control plane for you: it's patched and upgraded on your behalf, node pools autoscale within the range on your plan, and from the Scale plan the control plane is highly available. What you deploy on top is yours.

Still stuck?

Open a ticket and a senior engineer will pick it up — usually the same business day.

Get your kubeconfig and reach your cluster — Nintech