Credits: https://github.com/grpc-ecosystem/grpc-cloud-run-example/blob/master/python
- Replace the environment variables in
deploy_client.sh
anddeploy_server.sh
with values from your project - Deploy the server code to GCR first and get the URL
sh deploy_server.sh
- Replace the URL for
server_address
inclient.py
. **Removehttps://
from the URL and specify the port:443
- Deploy the client
sh deploy_client.sh