diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 922a8b5a..6b15ae4f 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -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] diff --git a/modules/get-started/pages/cluster-types/byoc/create-byoc-cluster-aws.adoc b/modules/get-started/pages/cluster-types/byoc/aws/create-byoc-cluster-aws.adoc similarity index 92% rename from modules/get-started/pages/cluster-types/byoc/create-byoc-cluster-aws.adoc rename to modules/get-started/pages/cluster-types/byoc/aws/create-byoc-cluster-aws.adoc index 9b677656..c77c5dcc 100644 --- a/modules/get-started/pages/cluster-types/byoc/create-byoc-cluster-aws.adoc +++ b/modules/get-started/pages/cluster-types/byoc/aws/create-byoc-cluster-aws.adoc @@ -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`. diff --git a/modules/get-started/pages/cluster-types/byoc/aws/index.adoc b/modules/get-started/pages/cluster-types/byoc/aws/index.adoc new file mode 100644 index 00000000..50204280 --- /dev/null +++ b/modules/get-started/pages/cluster-types/byoc/aws/index.adoc @@ -0,0 +1,4 @@ += BYOC: AWS +:description: Learn how to create a BYOC cluster on AWS. +:page-layout: index +:page-categories: Deployment \ No newline at end of file diff --git a/modules/get-started/pages/cluster-types/byoc/create-byoc-cluster-azure.adoc b/modules/get-started/pages/cluster-types/byoc/azure/create-byoc-cluster-azure.adoc similarity index 98% rename from modules/get-started/pages/cluster-types/byoc/create-byoc-cluster-azure.adoc rename to modules/get-started/pages/cluster-types/byoc/azure/create-byoc-cluster-azure.adoc index 61628d83..c5d77603 100644 --- a/modules/get-started/pages/cluster-types/byoc/create-byoc-cluster-azure.adoc +++ b/modules/get-started/pages/cluster-types/byoc/azure/create-byoc-cluster-azure.adoc @@ -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[] diff --git a/modules/get-started/pages/cluster-types/byoc/azure/index.adoc b/modules/get-started/pages/cluster-types/byoc/azure/index.adoc new file mode 100644 index 00000000..78b8ea48 --- /dev/null +++ b/modules/get-started/pages/cluster-types/byoc/azure/index.adoc @@ -0,0 +1,4 @@ += BYOC: Azure +:description: Learn how to create a BYOC cluster on Azure. +:page-layout: index +:page-categories: Deployment \ No newline at end of file diff --git a/modules/get-started/pages/cluster-types/byoc/create-byoc-cluster-gcp.adoc b/modules/get-started/pages/cluster-types/byoc/gcp/create-byoc-cluster-gcp.adoc similarity index 93% rename from modules/get-started/pages/cluster-types/byoc/create-byoc-cluster-gcp.adoc rename to modules/get-started/pages/cluster-types/byoc/gcp/create-byoc-cluster-gcp.adoc index 6bb82bbf..1c3512bb 100644 --- a/modules/get-started/pages/cluster-types/byoc/create-byoc-cluster-gcp.adoc +++ b/modules/get-started/pages/cluster-types/byoc/gcp/create-byoc-cluster-gcp.adoc @@ -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`. diff --git a/modules/get-started/pages/cluster-types/byoc/gcp/index.adoc b/modules/get-started/pages/cluster-types/byoc/gcp/index.adoc new file mode 100644 index 00000000..79677ba8 --- /dev/null +++ b/modules/get-started/pages/cluster-types/byoc/gcp/index.adoc @@ -0,0 +1,4 @@ += BYOC: GCP +:description: Learn how to create a BYOC cluster on GCP. +:page-layout: index +:page-categories: Deployment \ No newline at end of file diff --git a/modules/get-started/pages/cluster-types/byoc/vpc-byo-gcp.adoc b/modules/get-started/pages/cluster-types/byoc/gcp/vpc-byo-gcp.adoc similarity index 98% rename from modules/get-started/pages/cluster-types/byoc/vpc-byo-gcp.adoc rename to modules/get-started/pages/cluster-types/byoc/gcp/vpc-byo-gcp.adoc index abd8ad07..b0e2832e 100644 --- a/modules/get-started/pages/cluster-types/byoc/vpc-byo-gcp.adoc +++ b/modules/get-started/pages/cluster-types/byoc/gcp/vpc-byo-gcp.adoc @@ -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[] @@ -471,7 +471,7 @@ gcloud iam service-accounts add-iam-policy-binding @`: Provide a name for the new cluster. @@ -200,7 +200,7 @@ Replace the following placeholders for the request body. Variables with a `byovp 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: +