Installation issues? Need help? Message us on Slack

Checkout the installation options to customize your installation.

There are 2 ways to install odigos in your kubernetes cluster:

Both 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 CLI

Install the CLI

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

brew install odigos-io/homebrew-odigos-cli/odigos

Install Odigos

odigos install

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-charts/

Install Odigos

helm repo update
helm upgrade --install odigos odigos/odigos --namespace odigos-system --create-namespace
kubectl label namespace odigos-system odigos.io/system-object="true"