grafana / k6-operator

An operator for running distributed k6 tests.
Apache License 2.0
541 stars 147 forks source link

help .. aggregated output way #392

Closed KilJaeeun closed 3 months ago

KilJaeeun commented 3 months ago

Hello, I've come here because I couldn't find the way. I'm wondering if there's a way to get an aggregated output independently, without relying on external services like cloud or InfluxDB, using the k6 operator. Currently, pods based on parallelism are generating their own outputs.

yorugac commented 3 months ago

Hi @KilJaeeun, no, there isn't. Our official solution for aggregation is k6 Cloud (part of Grafana Cloud) while k6-operator is a Kubernetes orchestrator. I'd say even if some kind of aggregation becomes OSS, it's more likely to happen in k6-core and not in k6-operator: https://github.com/grafana/k6/issues/140

k6 Cloud is the most seamless solution but you can indeed use other solutions as well, just as you mentioned.

yorugac commented 3 months ago

Closing the issue as out of scope for k6-operator