k6-grpcbin

command module
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 30, 2023 License: Apache-2.0 Imports: 19 Imported by: 0

README

k6 gRPCBin Play: gRPC Request & Response Service

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.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL