Using Ruby on Rails with Cloud SQL for PostgreSQL on Cloud Run GSP943

Описание к видео Using Ruby on Rails with Cloud SQL for PostgreSQL on Cloud Run GSP943

Overview
In this Qwiklab, you will learn how to deploy a sample Rails application to Cloud Run and how to integrate managed databases, object storage, encrypted secrets, and build pipelines with serverless compute.

Google Cloud SQL for PostgreSQL is a fully-managed database service that makes it easy to set up, maintain, manage, and administer your PostgreSQL relational databases on Google Cloud.

Cloud Run is a managed compute platform that enables you to run containers that are invocable via requests or events. Cloud Run is serverless: it abstracts away all infrastructure management, so you can focus on what matters most — building great applications.

Deploying Rails applications involves integrating multiple services together to form a cohesive project.

The Rails site is served from Cloud Run, which uses multiple backing services to store different data types (relational database information, media assets, configuration secrets, and container images). The backend services are updated by Cloud Build as part of a build and migrate task.

What you'll learn
How to create and connect a Cloud SQL database to Active Record
How to create and use Secret Manager to store and access a Rails master key securely
How to host user-uploaded media and files on Cloud Storage from Active Storage
How to set up a Rails app with PostgreSQL
How to use Cloud Build to automate build and database migrations
How to deploy a Rails app to Cloud Run
#gcp #googlecloud #qwiklabs #learntoearn

Комментарии

Информация по комментариям в разработке