Skip to content

Commit a3d9851

Browse files
committed
updated k8s docs
1 parent 5890a5f commit a3d9851

File tree

6 files changed

+6
-312
lines changed

6 files changed

+6
-312
lines changed

examples/postgres/k8s-docs/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/postgres/k8s-docs/redis-connect-start.yaml

Lines changed: 0 additions & 174 deletions
This file was deleted.

examples/postgres/k8s-docs/vault/README.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

examples/postgres/k8s-docs/vault/redis-connect-start.yaml

Lines changed: 0 additions & 111 deletions
This file was deleted.
-460 KB
Binary file not shown.

k8s-docs/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# redisEnterpriseVault - Redis Enterprise integrated with Hashicorp Vault to migrate data from postgresql using redis connect
1+
# redisEnterpriseVault - Redis Enterprise integrated with Hashicorp Vault to migrate data from postgresql using Redis Connect
22

33
## Purpose
44

5-
Describe steps to deploy redis-connect inside kubernetes and (optionally) Hashicorp Vault
5+
Describe steps to deploy Redis Connect inside kubernetes and (optionally) using Hashicorp Vault for credentials
66

77
 
88

@@ -24,10 +24,9 @@ Describe steps to deploy redis-connect inside kubernetes and (optionally) Hashic
2424
 
2525

2626
## Overview
27-
Ensure proper environment exists for running redis connect inside kubernetes and (optionally) Hashicorp Vault. Inside this
28-
environment, add redis connect and configure a simple replication.
27+
Ensure proper environment exists for running Redis Connect inside kubernetes and (optionally) using Hashicorp Vault for credentials. Inside this environment, add Redis Connect and configure a simple replication.
2928
![Solution Diagram](../images/deployments/Postgres%20K8s%20HashiCorp%20Vault%20Deployment.png)
30-
Note: Need a metadata and a target redis enterprise database connection. These can be the same database if desired.
29+
Note: Need a metadata and a target redis enterprise database connection. These can be the same database if desired.
3130

3231
## Important Links
3332

@@ -345,7 +344,7 @@ kubectl -n redis-connect exec --stdin --tty redis-connect-687bd546fc-44kvc -- /
345344
```
346345
* log in to the pod and look at log files
347346
* there is a debug line in redis-connect-start.yaml that keeps the pod running even if there are connection errors-this is great for debug
348-
* NOTE: check the swagger UI for API commands that are easier to use than redisconnect.sh
347+
* NOTE: check the swagger UI for equivalent API commands as redis-connect-cli
349348
* Check the file systems mounted correctly
350349
```bash
351350
cd logs
@@ -354,7 +353,7 @@ vi *
354353
# login to cli
355354
cd ../bin
356355
./redisconnect.sh cli
357-
> validate connection -t JDBCConnectionProvider -i RDBConnection
356+
redis-connect-cli> validate connection -t JDBCConnectionProvider -i RDBConnection
358357
exit
359358
df -h
360359
```

0 commit comments

Comments
 (0)