openreplay/scripts/helm
2022-01-03 18:25:38 +01:00
..
app fix(ui) - main to dev conflicts 2021-12-04 02:19:16 +05:30
db feat(DB): performance indexes 2022-01-03 18:25:38 +01:00
longhorn feat(scripts): initial commit of build and deploy scripts. 2021-05-10 08:26:03 +05:30
management v1.1.0 (#31) 2021-06-11 23:31:29 +05:30
monitoring/kube-prometheus-stack feat(scripts): initial commit of build and deploy scripts. 2021-05-10 08:26:03 +05:30
nginx-ingress fix(ui) - main to dev conflicts 2021-12-04 02:19:16 +05:30
roles/openreplay chore(install): creating cache topic 2021-12-09 17:23:44 +05:30
build_deploy.sh chore(build): Add utilities to build 2021-07-14 18:43:55 +05:30
install.sh chore(install): replace docker with cri 2021-10-19 00:35:25 +05:30
kube-install.sh fix(install): update db resources 2021-07-09 00:00:52 +05:30
local_run.md feat(install): build and run images locally. (#46) 2021-06-22 17:16:26 +00:00
migration.yaml chore(upgrade): enable clickhouse migration 2021-12-04 20:19:50 +05:30
openreplay-cli fix(cli): proper return from functions. 2021-08-07 23:48:22 +05:30
README.md Update README.md 2021-12-04 03:56:50 +01:00
setup.yaml v1.1.0 (#31) 2021-06-11 23:31:29 +05:30
upgrade.sh fix(upgrade): if enterprise edition, copy enterprise code. (#244) 2021-12-08 04:04:05 +00:00
vars.yaml Update vars.yaml 2021-12-06 17:36:15 +01:00
vars_template.yaml Update vars_template.yaml 2021-12-06 17:36:49 +01:00

Helm charts for installing OpenReplay components

Installation components are separated by namespaces.

Namespace:

  • app: Core OpenReplay application related components.

    • alerts
    • utilities
    • 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.

    This script is a wrapper around the install.sh with 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