hellofresh / kangal

Run performance tests in Kubernetes cluster with Kangal
Apache License 2.0
159 stars 22 forks source link

Support google cloud for results uploading #269

Closed ricardasomni closed 5 months ago

ricardasomni commented 1 year ago

We use Kangal in our organisation, but organisation does not use AWS, therefore would like to suggest implementing results uploading to Google cloud storage or even a more generic solution to persist test results. P.S. we run Kangal from Github actions.

lucasmdrs commented 1 year ago

Hi @ricardasomni

Thank you for raising the issue, there are some possible alternatives before changing the current code.

The report storage implementation is using MinIO SDK to communicate with the Cloud storage, it is compatible with AWS S3, but should also support other providers.

There's also the possibility of running MinIO server as a container. and deploy along with Kangal using Helmfile or as a new Chart having both as dependencies.

Would any of these help with your use case?

stale[bot] commented 10 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 5 months ago

This issue has been automatically closed because it has not had any activity in the last 21 days. Feel free to re-open in case you would like to follow up.