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