Get connection info
get_connection_infoRetrieve connection endpoints for a Percona PostgreSQL cluster: primary and replica service hosts, port, and declared users. Passwords remain 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) |