# Set up OBI

> Learn how to set up and run OBI.

---

LLMS index: [llms.txt](/llms.txt)

---

There are different options to set up and run OBI:

- [Set up OBI on Kubernetes with Helm](kubernetes-helm/)
- [Set up OBI on Kubernetes](kubernetes/)
- [Set up OBI on Docker](docker/)
- [Set up OBI as a standalone process](standalone/)

For information on configuration options and data export modes, see the
[Configure OBI](../configure/) documentation.

> [!NOTE]
>
> If you will be using OBI to generate traces, please make sure you've read our
> documentation section on configuring the
> [Routes Decorator](../configure/routes-decorator/). Since OBI is
> auto-instrumenting your application without any modifications to your code,
> the service names and URLs that are automatically assigned might not be what
> you expect.

---

Section pages:

- [Deploy OBI in Kubernetes with Helm](/bn/docs/zero-code/obi/setup/kubernetes-helm/): Learn how to deploy OBI as a Helm chart in Kubernetes.
- [Run OBI as a Docker container](/bn/docs/zero-code/obi/setup/docker/): Learn how to set up and run OBI as a standalone Docker container that instruments another container.
- [Deploy OBI in Kubernetes](/bn/docs/zero-code/obi/setup/kubernetes/): Learn how to deploy OBI in Kubernetes.
- [Run OBI as a standalone process](/bn/docs/zero-code/obi/setup/standalone/): Learn how to setup and run OBI as a standalone Linux process.
