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
* Initial draft
* Apply suggestion from automated review
* DOC-1307 Cloud API: ensure that Create Network request examples conform to new schema
* Update modules/networking/pages/byoc/gcp/enable-global-access.adoc
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Apply suggestions from automated review
* Apply suggestions from review
* Apply suggestions from automated review
* Add new doc to nav tree
* Use collapsible code blocks to make doc more scannable
* Apply suggestions from code review
Co-authored-by: Michele Cyran <michele@redpanda.com>
* Suggestions from review
* Doc intro already includes link to BYOC architecture
* Apply suggestions from automated review
* Minor edit
* Fix note for private service connect
* Missed from review
* Apply suggestions from code review
Co-authored-by: Michele Cyran <michele@redpanda.com>
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Michele Cyran <michele@redpanda.com>
Copy file name to clipboardExpand all lines: modules/get-started/pages/cluster-types/byoc/gcp/create-byoc-cluster-gcp.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ To create a Redpanda cluster in your virtual private cloud (VPC), follow the ins
6
6
7
7
NOTE: With standard BYOC clusters, Redpanda manages security policies and resources for your VPC, including subnetworks, service accounts, IAM roles, firewall rules, and storage buckets. For the highest level of security, you can manage these resources yourself with a xref:get-started:cluster-types/byoc/gcp/vpc-byo-gcp.adoc[BYOVPC cluster on GCP].
8
8
9
-
See also: xref:get-started:cloud-overview.adoc#redpanda-cloud-architecture[Redpanda Cloud architecture].
9
+
If your clients need to connect from different GCP regions than where your cluster will be deployed, you must enable global access during cluster creation using the Cloud API. To create a BYOC cluster with global access enabled, see xref:networking:byoc/gcp/enable-global-access.adoc[Enable Global Access].
Copy file name to clipboardExpand all lines: modules/get-started/pages/cluster-types/byoc/gcp/vpc-byo-gcp.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ When you create a BYOVPC cluster, you specify your VPC and service account. The
12
12
* You maintain more control of your Google Cloud account, because Redpanda requires fewer permissions than standard BYOC clusters.
13
13
* You control your security resources and policies, including subnets, service accounts, IAM roles, firewall rules, and storage buckets.
14
14
15
+
If your clients need to connect from different GCP regions than where your cluster will be deployed, you must enable global access during cluster creation. To create a BYOVPC cluster with global access enabled, see xref:networking:byoc/gcp/enable-global-access.adoc[Enable Global Access].
16
+
15
17
== Prerequisites
16
18
17
19
* A standalone GCP project is recommended. If your host project (where your VPC project is created) and your service project (where your Redpanda cluster is created) are in different projects, you must first provision a shared VPC in Google Cloud. For more information, see the https://cloud.google.com/vpc/docs/provisioning-shared-vpc[Google shared VPC documentation^].
0 commit comments