Skip to content

Get cluster connection details API Reference

GET
/tenants/{tenant}/clusters/{name}/connection-details

Retrieve the API endpoint and CA certificate for connecting to a managed cluster. Use these details to assemble a kubeconfig with your own auth (OIDC, etc.).

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.clusters.kupe.cloud

Invalid name

object
code
string
error
string
field
string
message
string
severity
string

Missing or invalid authentication

object
code
string
error
string
field
string
message
string
severity
string

Not a member of this tenant

object
code
string
error
string
field
string
message
string
severity
string

Cluster not found

object
code
string
error
string
field
string
message
string
severity
string

Rate limit exceeded

object
code
string
error
string
field
string
message
string
severity
string

Cluster is not yet ready

object
code
string
error
string
field
string
message
string
severity
string