BRIX On-Premises > Other > Deprecated BRIX in MicroK8s > Troubleshooting and diagnostics / Install the Jaeger Service

Install the Jaeger Service

начало внимание

This article contains instructions for the deprecated BRIX On-Premises in MicroK8s with PostgreSQL 10 database. It is supported up to system version 2024.4. Upgrading edition and database is not available. Please update to the current BRIX On-Premises edition.

конец внимание

Jaeger is a service for collecting and displaying traces in distributed systems. To install the service, download and extract the following file: https://dl.elma365.com/onPremise/jaeger-onpremise.tar. Then run the install.sh script:

curl -fsSL -o jaeger-onpremise.tar \
https://dl.elma365.com/onPremise/jaeger-onpremise.tar && \
tar xf jaeger-onpremise.tar && cd jaeger && ./install.sh

To uninstall, run the  uninstall.sh script:

./uninstall.sh