Skip to content

Commit

Permalink
Create folders for different cloud providers (#98)
Browse files Browse the repository at this point in the history
* Create folders for different cloud providers

add changes

renames and relinks

rename folder

force rename

force rename 2

move into folders

* revert cloud overview
  • Loading branch information
Deflaimun authored Oct 24, 2024
1 parent 802e4c0 commit 2fc9aaa
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 16 deletions.
11 changes: 7 additions & 4 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@
* xref:get-started:cluster-types/index.adoc[Deploy]
** xref:get-started:cluster-types/serverless.adoc[Serverless]
** xref:get-started:cluster-types/byoc/index.adoc[BYOC]
*** xref:get-started:cluster-types/byoc/create-byoc-cluster-aws.adoc[]
*** xref:get-started:cluster-types/byoc/create-byoc-cluster-azure.adoc[]
*** xref:get-started:cluster-types/byoc/create-byoc-cluster-gcp.adoc[]
*** xref:get-started:cluster-types/byoc/vpc-byo-gcp.adoc[]
*** xref:get-started:cluster-types/byoc/aws/index.adoc[AWS]
**** xref:get-started:cluster-types/byoc/aws/create-byoc-cluster-aws.adoc[]
*** xref:get-started:cluster-types/byoc/azure/index.adoc[Azure]
**** xref:get-started:cluster-types/byoc/azure/create-byoc-cluster-azure.adoc[]
*** xref:get-started:cluster-types/byoc/gcp/index.adoc[GCP]
**** xref:get-started:cluster-types/byoc/gcp/create-byoc-cluster-gcp.adoc[]
**** xref:get-started:cluster-types/byoc/gcp/vpc-byo-gcp.adoc[]
*** xref:get-started:cluster-types/byoc/remote-read-replicas.adoc[]
** xref:get-started:cluster-types/dedicated/index.adoc[Dedicated]
*** xref:get-started:cluster-types/dedicated/quick-start-cloud.adoc[Dedicated Cluster Quickstart]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Create a BYOC Cluster on AWS
:description: Use the Redpanda Cloud UI to create a BYOC cluster on AWS.
:page-aliases: cloud:create-byoc-cluster-aws.adoc, deploy:deployment-option/cloud/create-byoc-cluster-aws.adoc
:page-aliases: get-started:cluster-types/byoc/create-byoc-cluster-aws.adoc, cloud:create-byoc-cluster-aws.adoc, deploy:deployment-option/cloud/create-byoc-cluster-aws.adoc

To create a Redpanda cluster in your virtual private cloud (VPC), follow the instructions in the Redpanda Cloud UI. The UI contains the parameters necessary to successfully run `rpk cloud byoc apply`.

Expand Down
4 changes: 4 additions & 0 deletions modules/get-started/pages/cluster-types/byoc/aws/index.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= BYOC: AWS
:description: Learn how to create a BYOC cluster on AWS.
:page-layout: index
:page-categories: Deployment
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Create a BYOC Cluster on Azure
:description: Use the Redpanda Cloud UI to create a BYOC cluster on Azure.
:page-aliases: deploy:deployment-option/cloud/create-byoc-cluster-azure.adoc
:page-aliases: deploy:deployment-option/cloud/create-byoc-cluster-azure.adoc, get-started:cluster-types/byoc/create-byoc-cluster-azure.adoc

include::shared:partial$feature-flag.adoc[]

Expand Down
4 changes: 4 additions & 0 deletions modules/get-started/pages/cluster-types/byoc/azure/index.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= BYOC: Azure
:description: Learn how to create a BYOC cluster on Azure.
:page-layout: index
:page-categories: Deployment
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Create a BYOC Cluster on GCP
:description: Use the Redpanda Cloud UI to create a BYOC cluster on GCP.
:page-aliases: cloud:create-byoc-cluster-gcp.adoc, deploy:deployment-option/cloud/create-byoc-cluster-gcp
:page-aliases: get-started:cluster-types/byoc/create-byoc-cluster-gcp.adoc, cloud:create-byoc-cluster-gcp.adoc, deploy:deployment-option/cloud/create-byoc-cluster-gcp

To create a Redpanda cluster in your virtual private cloud (VPC), follow the instructions in the Redpanda Cloud UI. The UI contains the parameters necessary to successfully run `rpk cloud byoc apply`.

Expand Down
4 changes: 4 additions & 0 deletions modules/get-started/pages/cluster-types/byoc/gcp/index.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= BYOC: GCP
:description: Learn how to create a BYOC cluster on GCP.
:page-layout: index
:page-categories: Deployment
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Create a Customer-Managed VPC on GCP
:description: Connect Redpanda Cloud to your existing VPC for additional security.
:page-aliases: deploy:deployment-option/cloud/vpc-byo-gcp.adoc
:page-aliases: deploy:deployment-option/cloud/vpc-byo-gcp.adoc, get-started:cluster-types/byoc/vpc-byo-gcp.adoc

include::shared:partial$feature-flag.adoc[]

Expand Down Expand Up @@ -471,7 +471,7 @@ gcloud iam service-accounts add-iam-policy-binding <gke-service-account-name>@<s

== Create a BYOC cluster with customer-managed VPC

Log in to the https://cloud.redpanda.com[Redpanda Cloud UI^], and follow the steps to xref:get-started:cluster-types/byoc/create-byoc-cluster-gcp.adoc[create a BYOC cluster], with the following exceptions:
Log in to the https://cloud.redpanda.com[Redpanda Cloud UI^], and follow the steps to xref:get-started:cluster-types/byoc/gcp/create-byoc-cluster-gcp.adoc[create a BYOC cluster], with the following exceptions:

. On the *Network* page, select the *Customer-managed* network connection type, and enter the network, service account, and storage bucket information you created.

Expand Down
2 changes: 1 addition & 1 deletion modules/get-started/pages/whats-new-cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The https://docs.redpanda.com/home/[Redpanda Docs site] has been redesigned for

=== BYOC on Azure: LA

Redpanda now supports xref:get-started:cluster-types/byoc/create-byoc-cluster-azure.adoc[BYOC clusters on Azure]. This is a limited availability (LA) release for BYOC clusters.
Redpanda now supports xref:get-started:cluster-types/byoc/azure/create-byoc-cluster-azure.adoc[BYOC clusters on Azure]. This is a limited availability (LA) release for BYOC clusters.

=== Enhancements to Serverless: LA

Expand Down
2 changes: 1 addition & 1 deletion modules/networking/pages/byoc/aws/vpc-peering-aws.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To start sending data to the Redpanda cluster, you must configure the VPC networ
== Prerequisites

* An AWS account
* A running BYOC cluster in AWS. See xref:get-started:cluster-types/byoc/create-byoc-cluster-aws.adoc[Create a BYOC Cluster on AWS].
* A running BYOC cluster in AWS. See xref:get-started:cluster-types/byoc/aws/create-byoc-cluster-aws.adoc[Create a BYOC Cluster on AWS].
* Your Redpanda cluster and VPC must be in the same region.

== Create a peering connection
Expand Down
2 changes: 1 addition & 1 deletion modules/networking/pages/byoc/gcp/vpc-peering-gcp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To start sending data to the Redpanda cluster, you must configure the VPC networ
== Prerequisites

* A GCP account
* A running BYOC cluster in GCP. See xref:get-started:cluster-types/byoc/create-byoc-cluster-gcp.adoc[Create a BYOC Cluster on GCP].
* A running BYOC cluster in GCP. See xref:get-started:cluster-types/byoc/gcp/create-byoc-cluster-gcp.adoc[Create a BYOC Cluster on GCP].
* Your Redpanda cluster and VPC must be in the same region.

== Create VPCs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Consider using the endpoint services if you have multiple VPCs and could benefit

. In the Redpanda Cloud UI, open your https://cloud.redpanda.com/clusters[cluster^], and click **Cluster settings**.
. Under Private Service Connect, click **Enable**.
. For xref:get-started:cluster-types/byoc/vpc-byo-gcp.adoc[BYOC clusters with customer-managed VPC], you need a NAT subnet with the *Purpose* set to `PRIVATE_SERVICE_CONNECT`. You can create the subnet using the `gcloud` command-line interface (CLI):
. For xref:get-started:cluster-types/byoc/gcp/vpc-byo-gcp.adoc[BYOC clusters with customer-managed VPC], you need a NAT subnet with the *Purpose* set to `PRIVATE_SERVICE_CONNECT`. You can create the subnet using the `gcloud` command-line interface (CLI):
+
[,bash]
----
Expand Down
6 changes: 3 additions & 3 deletions modules/networking/pages/gcp-private-service-connect.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ include::networking:partial$private-links-api-access-token.adoc[]

== Configure BYOC with customer-managed resources

For xref:get-started:cluster-types/byoc/vpc-byo-gcp.adoc[BYOC clusters with customer-managed VPC], you need a NAT subnet with the *Purpose* set to `PRIVATE_SERVICE_CONNECT`. You can create the subnet using the `gcloud` command-line interface (CLI):
For xref:get-started:cluster-types/byoc/gcp/vpc-byo-gcp.adoc[BYOC clusters with customer-managed VPC], you need a NAT subnet with the *Purpose* set to `PRIVATE_SERVICE_CONNECT`. You can create the subnet using the `gcloud` command-line interface (CLI):

[,bash]
----
Expand Down Expand Up @@ -169,7 +169,7 @@ curl -vv -X POST \
-d "$CLUSTER_POST_BODY" $PUBLIC_API_ENDPOINT/v1beta2/clusters
----
+
Replace the following placeholders for the request body. Variables with a `byovpc_` prefix represent xref:get-started:cluster-types/byoc/vpc-byo-gcp.adoc[customer-managed resources] that should have been created previously:
Replace the following placeholders for the request body. Variables with a `byovpc_` prefix represent xref:get-started:cluster-types/byoc/gcp/vpc-byo-gcp.adoc[customer-managed resources] that should have been created previously:
+
--
- `<cluster-name>`: Provide a name for the new cluster.
Expand Down Expand Up @@ -200,7 +200,7 @@ Replace the following placeholders for the request body. Variables with a `byovp
CLUSTER_ID=<cluster-id>
----

. Update the Redpanda Cloud Agent IAM role. This step is required only for clusters with xref:get-started:cluster-types/byoc/vpc-byo-gcp.adoc[customer-managed resources].
. Update the Redpanda Cloud Agent IAM role. This step is required only for clusters with xref:get-started:cluster-types/byoc/gcp/vpc-byo-gcp.adoc[customer-managed resources].
+
To allow the agent to create and manage the service attachment, add the following permissions to its IAM role:
+
Expand Down

0 comments on commit 2fc9aaa

Please sign in to comment.