Difference between revisions of "Pgo"

From UVOO Tech Wiki
Jump to navigation Jump to search
Line 1: Line 1:
https://access.crunchydata.com/documentation/postgres-operator/latest/architecture/high-availability/
+
- https://access.crunchydata.com/documentation/postgres-operator/latest/architecture/high-availability/
 +
- https://access.crunchydata.com/documentation/postgres-operator/4.1.1/operatorcli/cli/pgo_create_user/
  
 
# Install client
 
# Install client

Revision as of 22:54, 30 May 2021

Install client

https://github.com/jeremybusk/k8s-zabbix-deploy/blob/main/pgo/install-pgo.sh

kubectl -n pgo port-forward svc/postgres-operator 8443:8443

pgo create cluster hostcmd --service-type=NodePort --replica-count=2 --pod-anti-affinity=required

psql -h kub1 -U testuser -p 317xx -d postgres 

pgo create pgadmin -n pgo hostcmd