Installation issues? Need help? Message us on Slack
Checkout the installation options to customize your installation.
There are 3 ways to install odigos in your kubernetes cluster:
All install methods will deploy and configure resources in the active Kubernetes cluster as per the current context.
Before proceeding with the installation, ensure that you are targeting the correct cluster with kubectl config current-context.
Odigos enterprise data collection is done using eBPF, so Odigos requires, at minimum, platforms that have underlying Linux kernel versions of 5.4.0.
Odigos CLI
Install the CLI
Homebrew
GitHub Releases
Windows
If you are on MacOS, you can install Odigos CLI using Homebrew:brew install odigos-io/homebrew-odigos-cli/odigos
Install Odigos
This will install odigos in the odigos-system namespace in your kubernetes cluster.
At this point, odigos is installed in your cluster. You can now add sources and destinations to instrument your cluster with OpenTelemetry.
Helm Chart
Add Helm Repoistory
helm repo add odigos https://odigos-io.github.io/odigos/
Install Odigos
Once the Odigos pods are online, simply run the following command to launch the Odigos UI.
OpenShift Operator
For Operator installation steps, see the docs on: OpenShift Installation