mirror of
https://github.com/wardviaene/kubernetes-course.git
synced 2026-07-10 14:19:31 +00:00
README
This commit is contained in:
@@ -38,6 +38,11 @@ pgo show cluster all
|
||||
pgo show cluster mycluster --show-secrets=true
|
||||
```
|
||||
|
||||
# connect to psql
|
||||
```
|
||||
kubectl run -it --rm --image=postgres:10.4 psql -- psql -h mycluster -U postgres -W
|
||||
```
|
||||
|
||||
|
||||
# Create read replic
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user