Guide to help you deploy your own instance of OpenLIT
OpenLIT is open source and is very easy and lightweight to self-host as it needs only 3 componets to run:
OpenLIT itself
ClickHouse for storage
OpenTelemetry Collector for telemetry collection.
Already have ClickHouse or OpenTelemetry Collector?You can reuse your existing infrastructure and skip deploying these components. OpenLIT can be configured to connect to your existing ClickHouse database and OTel Collector setup. Learn more about connecting to existing databases →
This section contains guides for different deployment scenarios.
Deploy OpenLIT on your Kubernetes cluster using the OpenLIT Helm chart. The Helm chart deploys all 3 components (OpenLIT platform, ClickHouse, and OpenTelemetry Collector) for a reliable and scalable solution.
For a quick and straightforward setup, Docker Compose can be used to deploy OpenLIT’s complete stack: the OpenLIT platform, ClickHouse database, and OpenTelemetry Collector.
1
Git Clone OpenLIT Repository
Copy
git clone git@github.com:openlit/openlit.git
2
Start Docker Compose
From the root directory of the OpenLIT Repo, Run the below command