Simple grpc server and client apps
protoc proto/reverse.proto --go_out=plugins=grpc:.
make build
make push
Adjust k8s_resources.yaml
and then
kubectl apply -f k8s_resources.yaml
docker run -e GRPC_SERVER=<your_fqdn> -e GRPC_PORT=80 --net host --add-host <your_fqdn>:<host_IP> aaneci/grpc-sample-app /grpc/client "The app is reversing text"