Host Go Web App on GCP With Cloud Run and Cloud SQL

Overview In this article we will host a Go Web App using Google Cloud Run and also connect it Cloud SQL. This way we will be having a fully functioning Serverless Web App that connected to databases.. Goals & Milestone Here are few goals of this project: Create & Prepare Cloud SQL Build and Upload App Image to GCR Deploy GCR Image To Cloud Run And Connect To Cloud SQL Prerequisite Google Cloud Account...

November 15, 2021 · 7 min · Me

How to Host Database on Google Cloud SQL

Overview In this article we will talk about how we can create a database in google cloud Cloud SQL. Cloud SQL is a fully-managed database service that helps you set up, maintain, manage, and administer your relational databases on Google Cloud Platform. You can use Cloud SQL with MySQL, PostgreSQL, or SQL Server. from : cloud.google.com/sql Prerequisite Google Cloud Account Database Tool I am using DBeaver...

November 10, 2021 · 5 min · Me