openreplay/scripts/helm
2021-05-17 19:00:39 +05:30
..
app fix: alerts image name 2021-05-17 19:00:39 +05:30
db Changes: 2021-05-17 12:58:23 +02:00
longhorn feat(scripts): initial commit of build and deploy scripts. 2021-05-10 08:26:03 +05:30
management feat(scripts): initial commit of build and deploy scripts. 2021-05-10 08:26:03 +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 change: config changes 2021-05-17 18:49:37 +05:30
roles/openreplay fix(chalice): proper s3 domain name to sign url 2021-05-13 18:02:21 +05:30
build_deploy.sh chore(script): update usage for build deploy. 2021-05-14 22:29:36 +05:30
install.sh feat(scripts): initial commit of build and deploy scripts. 2021-05-10 08:26:03 +05:30
kube-install.sh chore(nginx): enable insecure installation 2021-05-13 00:08:29 +05:30
openreplay-cli fix: alerts image name 2021-05-17 19:00:39 +05:30
README.md fix: alerts image name 2021-05-17 19:00:39 +05:30
setup.yaml feat(scripts): initial commit of build and deploy scripts. 2021-05-10 08:26:03 +05:30
vars.yaml feat(deployment): deploying specific image 2021-05-12 12:51:09 +05:30

Helm charts for installing openreplay components.

Installation components are separated by namepaces.

Namespace:

  • app: Core openreplay application related components.

    • alerts
    • auth
    • cache
    • chalice
    • clickhouse
    • ender
    • events
    • failover
    • filesink
    • filestorage
    • http
    • integrations
    • ios-proxy
    • metadata
    • negative
    • pg-stateless
    • pg
    • preprocessing
    • redis
    • ws
  • db: Contains following databases and backend components.

    • kafka
    • redis
    • postgresql
    • clickhouse
    • minio
    • sqs
    • nfs-server
  • longhorn: On-Prem 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.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 (4cores 8G RAM)
    • medium (4cores 16G RAM)
    • recommened (8cores 32G RAM)

    For all options, bash kube-install.sh -h