st-tech / gatling-operator

Automating distributed Gatling load testing using Kubernetes operator
MIT License
68 stars 21 forks source link

Report Viewer Starting Point #75

Open cin opened 1 year ago

cin commented 1 year ago

Description

Moved from alpine to ubuntu and temurin JDK Running gatling and report-viewer as a gatling user instead of root Added awscli, ngninx, unzip, and curl dependencies Added report-viewer.yaml, which defines a configmap for nginx.conf and report-viewer deployment/service

Should the gatling and report-viewer images be separate images? I would imagine the report viewer should really have its own CRD and be managed by the operator. I just saw this as a quick alternative. I also should have looked into using rclone instead of the awscli. This is by no means considered done, I just wanted to submit the PR and get feedback. Thanks for creating this operator!

Port-forward to the report-viewer

kpf $(kgp -l app=report-viewer --no-headers -o custom-columns=":metadata.name") 8088

Checklist

Please check if applicable

Resolves #73