openreplay/scripts
KRAIEM Taha Yassine e493772c05 Changes:
- nginx: changed minio-bucket names
- minio-script: added missing sourcempas bucket
- minio-script: changed bucket names
2021-05-17 12:58:23 +02:00
..
helm Changes: 2021-05-17 12:58:23 +02:00
certbot.sh fix(certbot): proper home directory handling 2021-05-12 11:55:03 +05:30
README.md feat(scripts): initial commit of build and deploy scripts. 2021-05-10 08:26:03 +05:30

Installing Asayer on any VM(Debian based, preferably Ubuntu 20.04)

You can start testing Asayer by installing it on any VM ( ideally, 4core 16G ) machine. We'll initialize a single node kubernetes cluster with k3s and install Asayer on the cluster.

cd helm && bash minimal-install.sh

Installing Asayer on kubernetes cluster

Asayer runs 100% on kubernetes. So if you've got a kubernetes cluster, preferably, a cluster dedicated to asayer(even a single node 4core 16G node), You can run the script, which internally uses helm to install Asayer.

We hope your cluster has provision to create a service type LoadBalancer for exposing Asayer on internet.

cd helm && bash install.sh

Management of Asayer apps

  • asayer-cli:

    This script will help to manage asayer applications. Basic opeations covered are

    • status: status of the applications
    • logs: logs of a specific application.
    • stop: stop one or all services.
    • start: start one or all services.
    • restart: restart one or all services.

    For more information,

    cd helm && asayer-cli -h