Skip to main content
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

If you are on MacOS, you can install Odigos CLI using Homebrew:

Install Odigos

The enterprise version of Odigos requires a license token. Please contact the Odigos team to inquire about access to the Enterprise version.
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 Repository

Install Odigos

The enterprise version of Odigos requires a license token. Please contact the Odigos team to inquire about access to the Enterprise version.
The license token can also be provided by creating a secret in kubernetes before installing Odigos.
When pulling enterprise images from registry.odigos.io, Odigos also needs a Docker registry pull secret named odigos-enterprise-registry. The Helm chart can create this automatically when onPremToken is set, or when it can read the token from an existing odigos-pro secret. For GitOps tools such as Argo CD that cannot read cluster secrets during helm template, manage both secrets externally and set:
Create the registry pull secret before syncing Odigos. The username is always odigos and the password is your enterprise token:
Or apply it declaratively:
Generate the auth value with:
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