A simple gRPC service to experiment with the k6 gRCP API, deployed at https://grpcbin.test.k6.io/
This project is based on grpcbin by Manfred Touron.
You can deploy or run this project locally using the grafana/k6-grpcbin
Docker Image:
docker pull grafana/k6-grpcbin
docker run -it --rm -p 9000:9000 -p 8080:8080 grafana/k6-grpcbin
or building the Docker image:
docker build -t k6-grpcbin-local .
docker run -it --rm -p 9000:9000 -p 8080:8080 k6-grpcbin-local
The project runs an insecure gRPC service, without TLS.