Skip to content

Get cluster connection details

GET
/tenants/{tenant}/clusters/{name}/kubeconfig

Retrieve the API endpoint and CA certificate for connecting to a managed cluster. Use these details to configure kubectl or any Kubernetes client.

Returns 503 if the cluster is not yet ready (still provisioning).

tenant
required
string

Tenant name

name
required
string

Cluster name

Connection details

object
certificateAuthority
string
Example
LS0tLS1CRUdJTi...
endpoint
string
Example
https://production.acme.kupe.cloud

Invalid name

object
error
string

Missing or invalid authentication

object
error
string

Not a member of this tenant

object
error
string

Cluster not found

object
error
string

Rate limit exceeded

object
error
string

Cluster is not yet ready

object
error
string