Difference between revisions of "Pgo"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "# 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 clus...")
 
Line 1: Line 1:
 +
https://access.crunchydata.com/documentation/postgres-operator/latest/architecture/high-availability/
 +
 
# Install client
 
# Install client
 
https://github.com/jeremybusk/k8s-zabbix-deploy/blob/main/pgo/install-pgo.sh
 
https://github.com/jeremybusk/k8s-zabbix-deploy/blob/main/pgo/install-pgo.sh

Revision as of 22:51, 30 May 2021

https://access.crunchydata.com/documentation/postgres-operator/latest/architecture/high-availability/

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