Get cluster connection details
GET /tenants/{tenant}/clusters/{name}/kubeconfig
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).
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.kupe.cloudInvalid 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