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

Install the Jaeger Service

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

The article provides instructions for the deprecated system edition, ELMA365 On‑Premises in MicroK8s. Please see up-to-date editions in the ELMA365 On‑Premises article.

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

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

Found a typo? Highlight the text, press ctrl + enter and notify us