Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 3cf0dee

Browse files
authored
Merge pull request #10 from chrislovecnm/cloud-shell
Updating README for Google Cloud Shell
2 parents bfa7bae + 82a5a8c commit 3cf0dee

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
* [Cloud SQL Proxy](#cloud-sql-proxy)
99
* [Architecture](#architecture)
1010
* [Prerequisites](#prerequisites)
11+
* [Run Demo in a Google Cloud Shell](#run-demo-in-a-google-cloud-shell)
12+
* [Supported Operating Systems](#supported-operating-systems)
1113
* [Tools](#tools)
1214
* [Deployment](#deployment)
1315
* [Validation](#validation)
@@ -95,8 +97,33 @@ with a Cloud SQL Proxy instance](docs/architecture-diagram.png)
9597
* Linux
9698
* Google Cloud Shell
9799

100+
## Prerequisites
101+
102+
A Google Cloud account and project is required for this. Access to an existing Google Cloud
103+
project with the Kubernetes Engine service enabled If you do not have a Google Cloud account
104+
please signup for a free trial [here](https://cloud.google.com).
105+
106+
### Run Demo in a Google Cloud Shell
107+
108+
Click the button below to run the demo in a [Google Cloud Shell](https://cloud.google.com/shell/docs/).
109+
110+
[![Open in Cloud Shell](http://gstatic.com/cloudssh/images/open-btn.svg)](https://console.cloud.google.com/cloudshell/open?git_repo=https%3A%2F%2Fgithub.com%2FGoogleCloudPlatform%2Fgke-cloud-sql-postgres-demo&page=editor&tutorial=README.md)
111+
112+
All the tools for the demo are installed. When using Cloud Shell execute the following
113+
command in order to setup gcloud cli.
114+
115+
```console
116+
gcloud init
117+
```
118+
119+
### Supported Operating Systems
120+
121+
This project will run on macOS, Linux, or in a [Google Cloud Shell](https://cloud.google.com/shell/docs/).
122+
98123
### Tools
99124

125+
When not using Cloud Shell, the following tools are required.
126+
100127
1. gcloud (Google Cloud SDK version >= 200.0.0)
101128
2. kubectl >= 1.8.6
102129
3. bash or bash compatible shell

0 commit comments

Comments
 (0)