DEV Community

Cover image for Deploying production Rails apps to GCP
Arnaud
Arnaud

Posted on

Deploying production Rails apps to GCP

We do quite a bit of Rails and GCP at keypup.io. Recently I decided to make a full write-up of how we deployed our micro-service architecture to GCP.

https://www.keypup.io/blog/deploying-production-rails-applications-to-gcp

The blog post includes:

  • Web service deployment and hosting using Cloud Run
  • Database/cache setups
  • Log management
  • Uptime checks
  • Background jobs using Cloud Taks
  • Cross-component communication using Pub/Sub

If you have any question/comment, feel free to reply!

Top comments (3)

Collapse
 
sloan profile image
Sloan the DEV Moderator

Hi there, we encourage authors to share their entire posts here on DEV, rather than mostly pointing to an external link. Doing so helps ensure that readers don’t have to jump around to too many different pages, and it helps focus the conversation right here in the comments section.

If you choose to do so, you also have the option to add a canonical URL directly to your post.

Collapse
 
alachaum profile image
Arnaud

Right. Good to know. I'll do that next time!

Collapse
 
bizzibody profile image
Ian bradbury

Thanks for this. It's a great write up, very informative and has given me some ideas. All I need now is an extra 24 hours a day.....