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
Copy file name to clipboardExpand all lines: docs/providers/gcp.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ gcloud init
31
31
gcloud auth application-default login
32
32
```
33
33
34
-
The Defang CLI will automatically check if `GCP_PROJECT_ID` environment variable is set and correctly authenticated with GCP before running. Once you are ready to go, add the `--provider=gcp` flag to your command to tell the Defang CLI to use the GCP provider, or set the `DEFANG_PROVIDER` environment variable to `gcp`.
34
+
The Defang CLI will automatically check if `GCP_PROJECT_ID`OR `CLOUDSDK_CORE_PROJECT`environment variable is set and correctly authenticated with GCP before running. Once you are ready to go, add the `--provider=gcp` flag to your command to tell the Defang CLI to use the GCP provider, or set the `DEFANG_PROVIDER` environment variable to `gcp`.
35
35
36
36
```bash
37
37
$ defang compose up --provider=gcp
@@ -59,18 +59,25 @@ The Provider builds and deploys your services using [Google Cloud Run](https://c
59
59
60
60
The GCP provider does not currently support storing sensitive config values.
61
61
62
+
## Managed Storage
63
+
64
+
Defang can help you provision [managed storage](/docs/concepts/managed-storage/managed-storage.md) services. The following managed storage services are supported on GCP:
65
+
66
+
### Managed Postgres
67
+
68
+
When using [Managed Postgres](/docs/concepts/managed-storage/managed-postgres.mdx), the Defang CLI provisions a Cloud SQL instance in your account.
69
+
70
+
### Managed Redis
71
+
72
+
When using [Managed Redis](/docs/concepts/managed-storage/managed-redis.md), the Defang CLI provisions a Memorystore for Redis cluster in your account.
73
+
62
74
### Managed LLMs
63
75
64
76
Defang offers integration with managed, cloud-native large language model services with the x-defang-llm service extension. Add this extension to any services which use the [Google Vertex AI SDKs](https://cloud.google.com/vertex-ai/docs/python-sdk/use-vertex-ai-sdk).
65
77
66
78
### Future Improvements
67
79
68
80
The following features are in active development for GCP:
69
-
70
-
-[Configuration and management of secrets](/docs/concepts//configuration.md)
71
-
-[Networking and Load Balancing](/docs/concepts//networking.mdx)
0 commit comments