Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions how-to-guides/cloud-services/gcp/connecting-to-cloud-sql.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -147,3 +150,7 @@ psql -h <Endpoint> --username <Username> -d <Database Name> --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" %}