go-gena is a simple load generator docker image with REST written on Go. Everyone writes K8s HPA Check with amazing Code.education Rocks! output but no-one publishes load generator image itself. Let's get it fixed!
Web interface
go-gena is available both from Docker Hub and Github Container Registry
Example:
docker pull mmogylenko/go-genaTo start load generator run container and expose 8080 port to local machine
docker run -p 8080:8080/tcp go-gena:latestUsing curl or httpie make GET request to localhost:8080/calculate

Check examples directory for a use-cases of go-gena usage
This project is licensed under the Apache V2 License. See LICENSE for more information.

