Output location using k6-operator in GKE

I am trying to verify where the file would be output to when adding a --out argument using the k6-operator running in a k8s GKE cluster environment. Would it be the filesystem of the k6-operator pod?

Hi @TBusch
Welcome to the forum :wave:

Yes, local file will be in the filesystem of the pod. So to actually use it afterwards, you’ll need to mount a persistent volume or use an output with external storage, like InfluxDB, etc.

hey how to use it persistent volume I am getting errors while doing it can you provide some sample example or scripts

@patenvy, welcome to the forum :wave: It appears there’s a duplicate topic: Regarding csv results generation

1 Like

now I am using volumeClaim where my test script resides and also --out csv=load.csv argument option but the CSV files are not appearing into the volumeclaim