diff --git a/how-to-guides/cloud-services/gcp/connecting-to-cloud-sql.md b/how-to-guides/cloud-services/gcp/connecting-to-cloud-sql.md index 9433320..0771d0f 100644 --- a/how-to-guides/cloud-services/gcp/connecting-to-cloud-sql.md +++ b/how-to-guides/cloud-services/gcp/connecting-to-cloud-sql.md @@ -1,10 +1,13 @@ --- title: Cloud SQL +description: Connecting to Cloud SQL running in the private subnet of GCP VPC to your DevBox. --- # Cloud SQL Connecting to an Cloud SQL running in the private subnet of GCP VPC to your DevBox. +If you're more of a visual learner, check out the [video tutorial](#video-walkthrough)! + ## Architecture Diagram ![GCP Cloud SQL Architecture](../../../.gitbook/assets/gcp-cloudsql-architecture.png) @@ -147,3 +150,7 @@ psql -h --username -d --password {% endtabs %} ![GCP Cloud SQL Access](../../../.gitbook/assets/gcp-cloudsql-access.png) + +## Video Walkthrough + +{% embed url="https://devzero.b-cdn.net/GCP%20how%20to%20guide%20Cloud%20SQL%20video.mp4" %}