-
Notifications
You must be signed in to change notification settings - Fork 977
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serverless networking program #1819
Conversation
The code corresponds to vpc-network-tester, from: https://github.com/GoogleCloudPlatform/vpc-network-tester/tree/main I copied the code in the blueprint, and added resources to create a repository in Artifact Registry and build and submit the image.
For now, using a VPC access connector. It will be replaced by Direct VPC Egress
The code is a fork from the original at GoogleCloudPlatform, from: https://github.com/willypalacin/vpc-network-tester/tree/main
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think a lot of comments in #1768 also apply here, especially incorporating external code + docker image build.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, more comments to README.md than code itself :-)
Blueprint to deploy two microservices running in Cloud Run and communicating with each other.
The content of this blueprint corresponds to the chapter 'Microservices architectures - Developing Microservices applications' of the Serverless Networking Guide (https://services.google.com/fh/files/misc/serverless_networking_guide.pdf).
Checklist
I applicable, I acknowledge that I have:
terraform fmt
on all modified filestools/tfdoc.py