Mathieu Benoit
Mathieu Benoit
Update Python apps `emailservice`, `recommendationservice` and `loadgenerator` to `python:3.10-slim`
Done https://github.com/GoogleCloudPlatform/microservices-demo/pull/1316
Out of curiosity @bourgeoisor, do you know if we have the same behavior with OnlineBoutique's `loadgenerator`?
Not sure how to get the server IP address. I just tested: - `ping .mongodb.net`, getting: `No address associated with hostname` - `docker run -it --rm mongo-express ping .mongodb.net`, getting...
And for your information, if instead I do: ``` services: myapplication: image: mongodb/mongodb-community-server:latest environment: - CONN_STR=mongodb+srv://:@.mongodb.net/?retryWrites=true&w=majority command: '/bin/bash -c "sleep 5; mongosh $$CONN_STR --eval \"show dbs;\""' ``` It's apparently working...
Interesting with `command: node app`, it's now starting, but as soon as I hit the endpoint of the app, I'm now getting: ``` Node.js v18.19.0 No custom config.js found, loading...
Simplifying a lot the setup of the KSA/GSA, etc. indeed! JFYI: I just updated this blog post with this new approach with Online Boutique and Spanner: https://medium.com/p/f7248e077339, just sharing! ;)
FYI @TylerLu and @brendandburns, ready for your review.
So I think I was able to make it working, here's how: Manually deploy the Istio ingress gateway: ``` istio-gateway service/istio-ingressgateway ClusterIP istio-gateway deployment.apps/istio-ingressgateway ``` Deploy 2 `Gateways`: ``` istio-gateway...
Current issue: ``` The conflict is caused by: The user requested protobuf==4.21.9 google-api-core[grpc] 2.10.2 depends on protobuf!=3.20.0, !=3.20.1, !=4.21.0, !=4.21.1, !=4.21.2, !=4.21.3, !=4.21.4, !=4.21.5, =3.19.5 google-cloud-profiler 4.0.0 depends on protobuf...
So, making progress here, we are now in Python 3.10: https://github.com/GoogleCloudPlatform/microservices-demo/pull/1316.