> ## 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.

# Generating Data

## Wait for collectors to be ready

Before generating data, make sure that the collectors and applications are ready. To check this run the following command:

```bash theme={null}
kubectl get pods -n default
```

```bash theme={null}
kubectl get pods -n odigos-system
```

<Frame>
  <img src="https://mintcdn.com/odigos-core-000-verify-using-k3d-instead-of-kind/pzR26NsfSmc-4iDB/images/collectors_ready.png?fit=max&auto=format&n=pzR26NsfSmc-4iDB&q=85&s=648bb91857120d166bbac808dd86830a" alt="Wait for collectors to be ready" width="1616" height="1022" data-path="images/collectors_ready.png" />
</Frame>

## Access frontend application and generate data

In order to access the frontend application, run the following command:

```bash theme={null}
kubectl port-forward svc/frontend 8080:8080
```

Then, open the following URL in your browser: [http://localhost:8080](http://localhost:8080) and purchase some items.

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