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 Run video #173

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-cloudrun.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
title: Cloud Run
description: Connecting to GCP Cloud Run Service from your DevBox.
---
# Cloud Run

Connecting to GCP Cloud Run Service from your DevBox.

If you're more of a visual learner, check out the [video tutorial](#video-walkthrough)!

## Architecture Diagram

![image](../../../.gitbook/assets/gcp-cloudrun-architecture.png)
Expand Down Expand Up @@ -203,3 +206,7 @@ curl -H "Authorization: Bearer ${TOKEN}" <cloud-run-application-endpoint-url>
{% endcode %}

![GCP Cloud Run Container Access](../../../.gitbook/assets/gcp-cloudrun-access.png)

## Video Walkthrough

{% embed url="https://devzero.b-cdn.net/GCP%20how%20to%20guide%20Cloud%20Run%20Video.mp4" %}
Loading