gatling-operator icon indicating copy to clipboard operation
gatling-operator copied to clipboard

Automating distributed Gatling load testing using Kubernetes operator

Results 16 gatling-operator issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to test gatling in locally running `minikube` on `M1 Pro` machine, and after installing operator and starting sample as: ```bash kustomize build config/samples | kubectl apply...

## zozo-gatling-operator:953ad5f044938180381aa09443c0a08e1d85674d (debian 11.9) ### debian [os-pkgs] _No vulnerabilities found_ ## manager ### gobinary [lang-pkgs] _No vulnerabilities found_

trivy
vulnerability

### Summary I always do the regression test by executing the below commands since the tests in CI are not enough. ``` $ make kind-create $ kubectl config use-context kind-gatling-cluster...

### Summary `go get` and `go-get-tool` in Makefile doesn't work in Go1.18+. So `make build` failed like below. (My Go Version is 1.20.2) ``` make build go: creating new go.mod:...

### Summary I'd like to propose implementing an automated testing process for Gatling-operator when new version of Kubernetes. Currently, when a new Kubernetes version is released, we need to test...

enhancement

### Summary Add `kind: CronGatling` that creates `Gatling` resources periodically, just as `Cronjob` creates `Job`. ### Use-case I'd like to run gatling automatically everyday.

# Description Add Golang based e2e tests for gatling operator using Kind

help wanted

Thanks for putting this together. Without it I am not sure how I will test my service from GCP using Gatling. However I cannot figure out where to put the...

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

It would be nice to have a way to view merged reports. For example, a deployment that pulls down the results in the s3 bucket (or `rclone`), runs `gatling.sh -ro`,...