Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (31 loc) · 978 Bytes

installation.mdx

File metadata and controls

43 lines (31 loc) · 978 Bytes
title sidebarTitle
Installation
Installation

Installing Odigos CLI

Odigos CLI is the easiest way to install Odigos on your Kubernetes cluster. It is a single binary that can be installed on any Linux, MacOS or Windows machine.

If you are on MacOS, you can install Odigos CLI using Homebrew:
```bash
brew install keyval-dev/homebrew-odigos-cli/odigos
```
Download the latest release from the [GitHub Releases](https://github.com/keyval-dev/odigos/releases) page and extract the binary to a directory in your `PATH`.

Installing Odigos on Kubernetes

To install Odigos on your Kubernetes cluster, run the following command:

odigos install

Accessing Odigos UI

After Odigos is installed, open the Odigos UI by running the following command:

odigos ui

By default, Odigos UI is available at http://localhost:3000.