Skip to content

Commit

Permalink
fix deployment UI profile
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd committed Sep 18, 2024
1 parent 53ee1b5 commit 0438078
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/khaas/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,19 @@ To run the KubeHound as a Service with `docker` just use the following [compose

```bash
cd ./deployments/kubehound
docker compose -f docker-compose.yaml -f docker-compose.release.yaml -f docker-compose.release.ingestor.yaml up -d
docker compose -f docker-compose.yaml -f docker-compose.release.yaml -f docker-compose.release.ingestor.yaml --profile jupyter up -d
```

By default the endpoints are only exposed locally:

- `127.0.0.1:9000` for ingestor endpoint.
- `127.0.0.1:8888` for the UI.

For the UI 2 profiles (`--profile`) are available, you need to pick one:

- `jupyter` to spawn a Jupyter backend compatible with Janusgraph endpoint ([aws graph-notebook](https://github.com/aws/graph-notebook)).
- `invana` to spawn the [Invana Studio](https://github.com/invana/invana-studio), a dedicated UI for Janusgraph (this is also deploying the invana backend). **We do not encourage to use as it is not maintained anymore**.

!!! warning

You should change the default password by editing `NOTEBOOK_PASSWORD=<your_password>` in the `docker-compose.yaml`
Expand Down

0 comments on commit 0438078

Please sign in to comment.