title | sidebarTitle |
---|---|
Installation |
Installation |
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
```
To install Odigos on your Kubernetes cluster, run the following command:
odigos install
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.