Earlier quoted context omitted.
> How does the orchestration work? Github Actions CI. Take this and make a few more dependencies and a matrix strategy and you are good to go: https://github.com/bhouston/template-typescript-monorepo/blo... For dev environments, you can add post-fixes to the services based on branches. > How do you share storage? I use managed DBs and Cloud Storage for shared storage. I think that provisioning your own SSDs/HDs to th…
> But you can set up each service with a domain name and access them that way. Are you using Cloud Run domain mappings for this or something else? I have been converging on a similar stack, but trying to avoid using a load balancer in an effort to keep fixed costs low.
Yeah I definitely want to also avoid a load balancer or gateway or end points as well for cost purposes.