k8s:services:stackgres_postgres_operator
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| k8s:services:stackgres_postgres_operator [2026/05/07 16:44] – created admin | k8s:services:stackgres_postgres_operator [2026/05/07 16:49] (current) – admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| # Stackgres Postgres Operator | # Stackgres Postgres Operator | ||
| + | |||
| + | Official docs: https:// | ||
| ## Setup | ## Setup | ||
| ## Access | ## Access | ||
| + | |||
| + | https:// | ||
| + | |||
| + | ```bash | ||
| + | kubectl get secret -n stackgres stackgres-restapi-admin --template '{{ printf " | ||
| + | kubectl get secret -n stackgres stackgres-restapi-admin --template '{{ printf " | ||
| + | POD_NAME=$(kubectl get pods --namespace stackgres -l " | ||
| + | kubectl port-forward ${POD_NAME} --address 0.0.0.0 8443:9443 --namespace stackgres | ||
| + | ``` | ||
| + | |||
| + | The admin UI is available at https:// | ||
| + | |||
k8s/services/stackgres_postgres_operator.1778165099.txt.gz · Last modified: by admin