User Tools

Site Tools


k8s:services:stackgres_postgres_operator

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
k8s:services:stackgres_postgres_operator [2026/05/07 16:45] admink8s:services:stackgres_postgres_operator [2026/05/07 16:49] (current) admin
Line 6: Line 6:
  
 ## Access ## Access
 +
 +https://stackgres.io/doc/latest/administration/adminui/
 +
 +```bash
 +kubectl get secret -n stackgres stackgres-restapi-admin --template '{{ printf "username = %s\n" (.data.k8sUsername | base64decode) }}'
 +kubectl get secret -n stackgres stackgres-restapi-admin --template '{{ printf "password = %s\n" (.data.clearPassword | base64decode) }}'
 +POD_NAME=$(kubectl get pods --namespace stackgres -l "stackgres.io/restapi=true" -o jsonpath="{.items[0].metadata.name}")
 +kubectl port-forward ${POD_NAME} --address 0.0.0.0 8443:9443 --namespace stackgres
 +```
 +
 +The admin UI is available at https://localhost:8443
 +
k8s/services/stackgres_postgres_operator.1778165134.txt.gz · Last modified: by admin