github.com/w-h-a/grpc-server


Install
go get github.com/w-h-a/grpc-server

Documentation

GRPC Server

To run:

make build-local-image create-kind load-image deploy-local-container port-forward

To check if server is running:

make k8s-server-logs
make health-probe

To generate a grpc client:

make evans

For now, metrics and traces are exported to the /tmp directory in the container:

make exec-telemetry

If you want to run evans while seeing the server's logs and you don't want to run the above k8s-server-logs cmd:

make start-server

To teardown:

make teardown-local-container delete-kind