Skip to content

Latest commit

 

History

History

grpcbin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Grpcbin

Similar with httpbin(https://httpbin.org/) to test the grpc connection.

Usage

  • install ingress-nginx
  • deploy grpcbin with ingress
  • port-forward ingress-nginx-controller to localhost
kubectl port-forward --namespace=ingress-nginx service/ingress-nginx-controller 8080:80
  • test grpcbin with host
grpcbin unary --message hello --host=grpcbin.example.com --port=8080 

Reference

More usage of grpcbin ...