From 5cc17378210ab822bf90a78dd908ef24d97a9e9b Mon Sep 17 00:00:00 2001 From: Michele Cyran Date: Thu, 29 Aug 2024 15:26:34 -0600 Subject: [PATCH] update rpk cloud byoc (#39) * #2226 update rpk cloud byoc * minor nav update --- modules/ROOT/nav.adoc | 2 +- modules/get-started/pages/cloud-overview.adoc | 2 ++ .../cluster-types/byoc/create-byoc-cluster-aws.adoc | 9 ++++++--- .../cluster-types/byoc/create-byoc-cluster-azure.adoc | 7 +++++-- .../cluster-types/byoc/create-byoc-cluster-gcp.adoc | 9 ++++++--- 5 files changed, 20 insertions(+), 9 deletions(-) diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 6f742842..be93d996 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -8,8 +8,8 @@ *** 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-gcp.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/remote-read-replicas.adoc[Create a Remote Read Replica Topic] *** xref:get-started:cluster-types/dedicated/index.adoc[Dedicated] diff --git a/modules/get-started/pages/cloud-overview.adoc b/modules/get-started/pages/cloud-overview.adoc index 84cbd70d..09e31dbf 100644 --- a/modules/get-started/pages/cloud-overview.adoc +++ b/modules/get-started/pages/cloud-overview.adoc @@ -220,6 +220,8 @@ Agents also manage VPC peering networks. One agent manages each network resource + image::shared:byoc_apply.png[cloud_byoc_apply] +NOTE: 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` with your cloud provider. + == Redpanda Cloud vs Self-Managed feature compatibility Redpanda Cloud deployments do not support the following functionality available in Redpanda Self-Managed deployments: diff --git a/modules/get-started/pages/cluster-types/byoc/create-byoc-cluster-aws.adoc b/modules/get-started/pages/cluster-types/byoc/create-byoc-cluster-aws.adoc index 1a2f7981..75bf66c1 100644 --- a/modules/get-started/pages/cluster-types/byoc/create-byoc-cluster-aws.adoc +++ b/modules/get-started/pages/cluster-types/byoc/create-byoc-cluster-aws.adoc @@ -2,12 +2,15 @@ :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 -To create a Redpanda cluster in your virtual private cloud (VPC), log in to https://cloud.redpanda.com[Redpanda Cloud^]. +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`. + +See also: xref:get-started:cloud-overview.adoc#redpanda-cloud-architecture[Redpanda Cloud architecture]. == Create a BYOC cluster -. On the Clusters page, click *Create cluster*, then click *Create BYOC cluster*. -. Enter a cluster name, then select the resource group, provider (AWS), xref:reference:tiers/byoc-tiers.adoc[region, availability zones, tier], and Redpanda version. +. Log in to https://cloud.redpanda.com[Redpanda Cloud^]. +. On the Clusters page, click *Create cluster*, then click *Create BYOC cluster*. +. Enter a cluster name, then select the resource group, provider (AWS), xref:reference:tiers/byoc-tiers.adoc[region, tier], availability zones, and Redpanda version. + [NOTE] ==== diff --git a/modules/get-started/pages/cluster-types/byoc/create-byoc-cluster-azure.adoc b/modules/get-started/pages/cluster-types/byoc/create-byoc-cluster-azure.adoc index a45004ad..cc198406 100644 --- a/modules/get-started/pages/cluster-types/byoc/create-byoc-cluster-azure.adoc +++ b/modules/get-started/pages/cluster-types/byoc/create-byoc-cluster-azure.adoc @@ -58,8 +58,11 @@ virtualMachines eastus2 Standard_L8as_v3 1,2,3 NotAvailableForSubscri == Create a BYOC cluster -After following the <>, log in to https://cloud.redpanda.com[Redpanda Cloud^] to create a Redpanda cluster in your Azure Virtual Network. +To create a Redpanda cluster in your Azure Virtual Network, follow the <> then follow the instructions in the Redpanda Cloud UI. The UI contains the parameters necessary to successfully run `rpk cloud byoc apply`. +See also: xref:get-started:cloud-overview.adoc#redpanda-cloud-architecture[Redpanda Cloud architecture]. + +. Log in to https://cloud.redpanda.com[Redpanda Cloud^]. . On the Clusters page, click *Create cluster*, then click *Create BYOC cluster*. . Enter a cluster name, then select the resource group, provider (Azure), xref:reference:tiers/byoc-tiers.adoc[region, tier], availability zones, and Redpanda version. + @@ -82,4 +85,4 @@ As part of agent deployment, Redpanda assigns the permissions required to run th == Next steps -- xref:networking:azure-private-link.adoc[] +xref:networking:azure-private-link.adoc[] diff --git a/modules/get-started/pages/cluster-types/byoc/create-byoc-cluster-gcp.adoc b/modules/get-started/pages/cluster-types/byoc/create-byoc-cluster-gcp.adoc index 638ea4c0..7bbbe87c 100644 --- a/modules/get-started/pages/cluster-types/byoc/create-byoc-cluster-gcp.adoc +++ b/modules/get-started/pages/cluster-types/byoc/create-byoc-cluster-gcp.adoc @@ -2,15 +2,18 @@ :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 -To create a Redpanda cluster in your virtual private cloud (VPC), log in to https://cloud.redpanda.com[Redpanda Cloud^]. +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`. 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 most security, you can manage these resources yourself with a xref:get-started:cluster-types/byoc/vpc-byo-gcp.adoc[customer-managed VPC on GCP]. +See also: xref:get-started:cloud-overview.adoc#redpanda-cloud-architecture[Redpanda Cloud architecture]. + == Create a BYOC cluster +. Log in to https://cloud.redpanda.com[Redpanda Cloud^]. . On the Clusters page, click *Create cluster*, then click *Create BYOC cluster*. + -Enter a cluster name, then select the resource group, provider (GCP), xref:reference:tiers/byoc-tiers.adoc[region, availability zones, tier], and Redpanda version. +Enter a cluster name, then select the resource group, provider (GCP), xref:reference:tiers/byoc-tiers.adoc[region, tier], availability zones, and Redpanda version. + [NOTE] ==== @@ -31,4 +34,4 @@ Note that `rpk` configures the permissions required by the agent to provision an == Next steps -- xref:networking:byoc/gcp/index.adoc[Configure private networking] +xref:networking:byoc/gcp/index.adoc[Configure private networking]