Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCP how-to-guide Cloud SQL Video #170

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from
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" %}
Loading