Skip to main content
Updated August 24, 2026 Every cluster exposes its API server on a public endpoint (https://<cluster-id>.k8s.raffusercloud.com:6443). Access is by the cluster’s kubeconfig.

Before you start

  • A cluster in Running state
  • kubectl installed locally

Steps

1

Download the kubeconfig

Open the cluster and click kubeconfig in the header (also available under Settings).
Cluster Settings page with the kubeconfig Download button
2

Point kubectl at it

You should see your control-plane and worker nodes in Ready state.
3

Deploy something

The kubeconfig grants full cluster-admin access. Store it like a password, never commit it to a repository, and don’t share it outside your team. You can also fetch it from the API.

Next steps

Expose a service

Reach your workload from the internet

View logs & metrics

Watch workloads without leaving the dashboard
Last modified on August 24, 2026