Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

grafana/k6-grpcbin

k6 gRPCBin Play: gRPC Request & Response Service

NOTE: Deprecated, use https://github.com/grafana/quickpizza instead.

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.

Run in Docker

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.