You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
@@ -95,8 +97,33 @@ with a Cloud SQL Proxy instance](docs/architecture-diagram.png)
95
97
* Linux
96
98
* Google Cloud Shell
97
99
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
+
[](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
+
98
123
### Tools
99
124
125
+
When not using Cloud Shell, the following tools are required.
0 commit comments