Get cluster connection details API Reference
GET /tenants/{tenant}/clusters/{name}/connection-details
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).
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” tenant
required
string
Tenant name
name
required
string
Cluster name
Responses
Section titled “ Responses ”Connection details
object
certificateAuthority
string
Example
LS0tLS1CRUdJTi... endpoint
string
Example
https://production.acme.clusters.kupe.cloudInvalid 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