> ## Documentation Index
> Fetch the complete documentation index at: https://odigos-core-000-verify-using-k3d-instead-of-kind.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Viewing traces

Now that we have some traces, let's view them!
Access the Jaeger UI by running the following command:

```bash theme={null}
kubectl port-forward -n tracing svc/jaeger 16686:16686
```

Then, open [http://localhost:16686](http://localhost:16686) in your browser and explore the traces.

<Frame>
  <img src="https://mintcdn.com/odigos-core-000-verify-using-k3d-instead-of-kind/pzR26NsfSmc-4iDB/images/jaeger_ui.png?fit=max&auto=format&n=pzR26NsfSmc-4iDB&q=85&s=34bcbbc7948c1072bbc704696b5ea0c6" alt="Jaeger UI" width="1616" height="1214" data-path="images/jaeger_ui.png" />
</Frame>
