k8s:services:stackgres_postgres_operator
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| k8s:services:stackgres_postgres_operator [2026/05/07 16:45] – admin | k8s:services:stackgres_postgres_operator [2026/05/07 16:49] (current) – admin | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ## 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.1778165134.txt.gz · Last modified: by admin