You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marmot ships as a single Go binary and needs nothing but Postgres to run. That suits serverless well, where you pay only while the app is serving traffic. This post walks through deploying it on Google Cloud Run with a managed Cloud SQL for PostgreSQL database, defined in Terraform. The result scales to zero when idle, no Kubernetes, no sidecars, and no other magic to manage.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
blog/deploy-marmot-on-google-cloud-run/
Marmot ships as a single Go binary and needs nothing but Postgres to run. That suits serverless well, where you pay only while the app is serving traffic. This post walks through deploying it on Google Cloud Run with a managed Cloud SQL for PostgreSQL database, defined in Terraform. The result scales to zero when idle, no Kubernetes, no sidecars, and no other magic to manage.
https://marmotdata.io/blog/deploy-marmot-on-google-cloud-run/
Beta Was this translation helpful? Give feedback.
All reactions