Get connection info
get_connection_infoRetrieve a PerconaPGCluster's primary and replica connection endpoints, port, and declared user names from Kubernetes; passwords stay in Secrets and are never returned.
Instructions
Connection endpoints for a cluster: the primary/replica Service hosts, port, and the declared users (names only — passwords live in Secrets and are never returned).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | PerconaPGCluster name | |
| context | No | kube-config context to target (defaults to current-context) | |
| namespace | No | Namespace (defaults to PERCONA_NAMESPACE if set) |