This is a simple example of grpc echo server with healthcheck and prometheus metrics and client.
docker build --platform linux/amd64 -t grpc-server .
docker tag grpc-server <docker_repo_with_tag>
docker push <docker_repo_with_tag>Setup prerequisites:
pip install -r requirements.txt
make protoRun server
python ./server.pyRun client
python ./client.py