Skip to content

Commit

Permalink
Mongo Readme help
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Sep 5, 2023
1 parent f955569 commit 8e664a0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,10 @@ There are 3 different environments that Serval is deployed to:

### Access S3 bucket

- to view files, run `aws s3 ls s3://aqua-ml-data/<deployment environment>`
- to view files, run `aws s3 ls s3://aqua-ml-data/<deployment environment>`

### Mongo investigation

* First, get the pod name: `kubectl get pods -n serval`
* Then forward to local port, such as 28015: `kubectl port-forward <pod name> 28015:27017 -n serval`
* Then open MongoDB Compass and connect to `mongodb://localhost:28015/?directConnection=true`

0 comments on commit 8e664a0

Please sign in to comment.