* feat(api): assist peerJS server * feat(api): install assist_server dependencies and start it with the API * feat(api): assist: list live sessions * feat(nginx): expose assist_server and block peers listing * feat(api): merged sourcemaps reader and assist-server feat(api): change image definition feat(api): changed service start command feat(utilities): created full server & image definition feat(nginx): reset chalice configuration * feat(utilities): utilities.yaml * feat(nginx): utilities URL * feat(utilities): utilities template * feat(ci): Adding utilities GH action. Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com> * feat(utilities): build script * feat(utilities): build script fix image name * feat(utilities): tag and push image as latest * feat(api): tag and push image as latest * feat(api): extract peers host * feat(api): fixed utilities URL Co-authored-by: Rajesh Rajendran <rjshrjndrn@gmail.com> |
||
|---|---|---|
| .. | ||
| app | ||
| db | ||
| longhorn | ||
| management | ||
| monitoring/kube-prometheus-stack | ||
| nginx-ingress | ||
| roles/openreplay | ||
| build_deploy.sh | ||
| install.sh | ||
| kube-install.sh | ||
| local_run.md | ||
| openreplay-cli | ||
| README.md | ||
| setup.yaml | ||
| vars.yaml | ||
Helm charts for installing OpenReplay components
Installation components are separated by namepaces.
Namespace:
-
app: Core OpenReplay application related components.
- alerts
- assets
- chalice
- ender
- sink
- storage
- http
- integrations
- db
-
db: Contains following databases and backend components.
- kafka (ee)
- redis
- postgresql
- clickhouse (ee)
- minio
- nfs-server
-
longhorn: Storage solution for kubernetes PVs.
-
nginx-ingress: Nginx ingress for internet traffic to enter the kubernetes cluster.
Scripts:
-
install.sh
Installs OpenReplay in a single node machine, for trial runs / demo.
This script is a wrapper around the
install.shwith k3s as kubernetes distro.Note: As of now this script support only ubuntu, as we've to install some packages to enable
NFS. -
kube-install.sh:
Installs OpenReplay on any given kubernetes cluster. Has 3 configuration types:
- small (2cores 8G RAM)
- medium (4cores 16G RAM)
- recommended (8cores 32G RAM)
For all options,
bash kube-install.sh -h