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: modules/get-started/pages/cloud-overview.adoc
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Redpanda Cloud offers three fully-managed cloud deployment options, each designe
59
59
| 20 (default), 32 (max)
60
60
61
61
| *Private networking*
62
-
| ✗
62
+
| ✓
63
63
| ✓
64
64
| ✓
65
65
@@ -118,7 +118,6 @@ Serverless is the fastest and easiest way to start data streaming. With Serverle
118
118
119
119
[NOTE]
120
120
====
121
-
* Serverless on AWS is currently in a glossterm:LA[,limited availability (LA)] release.
122
121
* Serverless on GCP is currently in a glossterm:beta[] release.
123
122
====
124
123
@@ -177,7 +176,6 @@ Serverless clusters are a good fit for the following use cases:
177
176
178
177
Consider BYOC or Dedicated if you need more control over the deployment or if you have workloads with consistently-high throughput. BYOC and Dedicated clusters offer the following features:
179
178
180
-
* Private networking
181
179
* Multiple availability zones (AZs). A multi-AZ cluster provides higher resiliency in the event of a failure in one of the zones.
182
180
* Role-based access control (RBAC) in the data plane
183
181
* Kafka Connect
@@ -382,7 +380,6 @@ Features in limited availability are production-ready and are covered by Redpand
382
380
383
381
The following features are currently in limited availability in Redpanda Cloud:
Copy file name to clipboardExpand all lines: modules/get-started/pages/cluster-types/byoc/aws/create-byoc-cluster-aws.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
@@ -25,7 +25,7 @@ To verify access, you should be able to successfully run `aws sts get-caller-ide
25
25
== Create a BYOC cluster
26
26
27
27
. Log in to https://cloud.redpanda.com[Redpanda Cloud^].
28
-
. On the Clusters page, click *Create cluster*, then click *Create BYOC cluster*.
28
+
. On the Clusters page, click *Create cluster*, then click *Create* for BYOC.
29
29
. Enter a cluster name, then select the resource group, provider (AWS), xref:reference:tiers/byoc-tiers.adoc[region, tier], availability, and Redpanda version.
Copy file name to clipboardExpand all lines: modules/get-started/pages/cluster-types/byoc/azure/create-byoc-cluster-azure.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
@@ -149,7 +149,7 @@ If you see restrictions, https://learn.microsoft.com/en-us/troubleshoot/azure/ge
149
149
To create a Redpanda cluster in your Azure VNet, follow the <<prerequisites,prerequisites>> then follow the instructions in the Redpanda Cloud UI. The UI contains the parameters necessary to successfully run `rpk cloud byoc apply`.
150
150
151
151
. Log in to https://cloud.redpanda.com[Redpanda Cloud^].
152
-
. On the Clusters page, click *Create cluster*, then click *Create BYOC cluster*.
152
+
. On the Clusters page, click *Create cluster*, then click *Create* for BYOC.
153
153
. Enter a cluster name, then select the resource group, provider (Azure), xref:reference:tiers/byoc-tiers.adoc[region, tier], availability, and Redpanda version.
. Log in to https://cloud.redpanda.com[Redpanda Cloud^].
18
-
. On the Clusters page, click *Create cluster*, then click *Create BYOC cluster*.
18
+
. On the Clusters page, click *Create cluster*, then click *Create* for BYOC.
19
19
+
20
20
Enter a cluster name, then select the resource group, provider (GCP), xref:reference:tiers/byoc-tiers.adoc[region, tier], availability, and Redpanda version.
Copy file name to clipboardExpand all lines: modules/get-started/pages/cluster-types/create-dedicated-cloud-cluster.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 @@ After you log in to https://cloud.redpanda.com[Redpanda Cloud^], you land on the
6
6
7
7
== Create a Dedicated cluster
8
8
9
-
. On the Clusters page, click *Create cluster*, then click *Create Dedicated cluster*.
9
+
. On the Clusters page, click *Create cluster*, then click *Create* for Dedicated.
10
10
+
11
11
Enter a cluster name, then select the resource group, cloud provider (AWS, GCP, or Azure), xref:reference:tiers/dedicated-tiers.adoc[region, tier], availability, and Redpanda version.
. In the https://cloud.redpanda.com[Redpanda Cloud UI^], on the **Clusters** page, click **Create cluster**, then click **Create Serverless cluster**.
46
+
. In the https://cloud.redpanda.com[Redpanda Cloud Console^], on the **Clusters** page, click **Create cluster**, then click **Create** for Serverless.
48
47
49
-
. Enter a cluster name, then select the resource group. If you don't have an existing resource group, you can create one. Refresh the page to see newly-created resource groups.
48
+
. Enter a cluster name, then select the resource group.
49
+
+
50
+
If you don't have an existing resource group, you can create one. Refresh the page to see newly-created resource groups.
50
51
51
52
. Select a cloud provider and xref:reference:tiers/serverless-regions.adoc[region]. For best performance, select the region closest to your applications. Redpanda expects your applications to be deployed in the same cloud provider and region as your Serverless cluster.
52
53
+
53
-
Serverless clusters are not guaranteed to be pinned to a particular availability zone within the selected region.
54
+
Clusters on AWS can enable private access between their VPC and Redpanda, so data does not traverse the public internet. Private connectivity is implemented using AWS PrivateLink for secure traffic.
55
+
+
56
+
** When you enable both public access and private access on the cluster, you can choose between the public address or the private address. When the public address is used the data flows over the public internet.
57
+
** You can either create a new PrivateLink or use an existing one from the same resource group.
58
+
** You can enable or disable private access at any time on the cluster's *Settings* page.
NOTE: After private access is disabled, attempts to reach the private endpoints will fail. However, the PrivateLink endpoint in your AWS account and the PrivateLink resource in Redpanda Cloud both remain provisioned and continue to incur charges until you explicitly delete them.
62
+
63
+
. Click **Create cluster**.
54
64
55
-
. Add team members and grant them access with glossterm:ACL[,access control lists (ACLs)] on the *Security* page.
65
+
. To start working with your cluster, go to the *Topics* page to create a topic and produce messages to it. Add team members and grant them access with ACLs on the *Security* page.
56
66
57
67
== Interact with your cluster
58
68
@@ -62,7 +72,7 @@ The *Overview* page lists your bootstrap server URL and security settings in the
62
72
63
73
Or, Redpanda can generate a sample application to interact with your cluster. Run xref:reference:rpk/rpk-generate/rpk-generate-app.adoc[`rpk generate app`], and select Go as the language. Follow the commands in the terminal to run the application, create a demo topic, produce to the topic, and consume the data back.
64
74
65
-
Follow the steps in the UI to use `rpk` to interact with your cluster from the command line. Here are some helpful commands:
75
+
Follow the steps in the Console to use `rpk` to interact with your cluster from the command line. Here are some helpful commands:
66
76
67
77
* xref:reference:rpk/rpk-cloud/rpk-cloud-login.adoc[`rpk cloud login`]: Use this to log in to Redpanda Cloud or to refresh the session.
68
78
* xref:reference:rpk/rpk-topic.adoc[`rpk topic`]: Use this to manage topics, produce data, and consume data.
@@ -71,31 +81,23 @@ Follow the steps in the UI to use `rpk` to interact with your cluster from the c
71
81
72
82
NOTE: Redpanda Serverless is opinionated about Kafka configurations. For example, automatic topic creation is disabled. Some systems expect the Kafka service to automatically create topics when a message is produced to a topic that doesn't exist. Create topics on the *Topics* page or with `rpk topic create`.
73
83
74
-
The *How to connect - Kafka API* tab lists your bootstrap server URL and security settings. This area includes code examples for creating a Kafka client to interact with your cluster. Or, Redpanda can generate a sample application to interact with your cluster. Run xref:reference:rpk/rpk-generate/rpk-generate-app.adoc[`rpk generate app`], and select your preferred programming language. Follow the commands in the terminal to run the application, create a demo topic, produce to the topic, and consume the data back.
75
-
76
-
Explore the rest of the UI:
77
-
78
-
* Go to the *Topics* page to create new topics for data streams.
79
-
* Under the *Actions* dropdown, produce messages to topics.
80
-
* Add team members with permissions on the *Security* page.
81
-
82
84
== Supported features
83
85
84
86
* Redpanda Serverless supports the Kafka API. Serverless clusters work with all Kafka clients. See xref:develop:kafka-clients.adoc[].
85
-
* Serverless clusters support all major Apache Kafka messages for managing topics, producing/consuming data (including transactions), managing groups, managing offsets, and managing ACLs. (User management is available in the Redpanda Cloud UI or with `rpk security acl`.)
87
+
* Serverless clusters support all major Apache Kafka messages for managing topics, producing/consuming data (including transactions), managing groups, managing offsets, and managing ACLs. (User management is available in the https://cloud.redpanda.com[Redpanda Cloud Console^] or with `rpk security acl`.)
86
88
87
89
=== Unsupported features
88
90
89
91
Not all features included in BYOC clusters are available in Serverless. For example, the following features are not supported:
90
92
91
93
* HTTP Proxy API
92
-
* Private networking (VPC peering or AWS PrivateLink)
93
94
* Multiple availability zones (AZs)
94
95
* RBAC in the data plane and mTLS authentication for Kafka API clients
95
96
* Kafka Connect
96
97
97
98
== Next steps
98
99
100
+
* xref:networking:serverless/aws/index.adoc[Set up private access for Serverless clusters]
99
101
* xref:get-started:cloud-overview.adoc[Learn more about Redpanda Cloud]
Copy file name to clipboardExpand all lines: modules/get-started/pages/whats-new-cloud.adoc
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@
6
6
7
7
This page lists new features added to Redpanda Cloud.
8
8
9
+
== February 2026
10
+
11
+
=== Serverless on AWS: GA
12
+
13
+
xref:get-started:cluster-types/serverless.adoc[Serverless] on AWS is now generally available (GA). This release includes private networking with AWS PrivateLink and the ability to export metrics to third-party monitoring systems. Serverless is the easiest and fastest way to begin streaming data with Redpanda. Start small and iterate on a budget, with confidence that your cluster can scale to production.
14
+
9
15
== January 2026
10
16
11
17
=== Redpanda Connect updates
@@ -21,6 +27,7 @@ This page lists new features added to Redpanda Cloud.
21
27
22
28
The xref:manage:terraform-provider.adoc[Redpanda Terraform provider] now supports managing roles and Redpanda Connect pipelines. Use the provider to create and manage role-based access control and data pipelines in Redpanda Cloud.
Copy file name to clipboardExpand all lines: modules/get-started/partials/get-started-serverless.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ Free trial::
5
5
--
6
6
A https://www.redpanda.com/try-redpanda[free trial on AWS^] is the fastest way to get started with Serverless. Each free-trial customer qualifies for $100 (USD) in credits to spend in the first 14 days. This should be enough to run Redpanda with reasonable throughput. No credit card is required. To continue using Serverless after your trial expires, you can enter a credit card and pay as you go. Any remaining credit balance is used before you are charged.
7
7
8
-
When either the credits expire or the days in the trial expire, the clusters move into a suspended state, and you won't be able to access your data in either the Redpanda Cloud UI or with the Kafka API. There is a seven-day grace period following the end of the trial. After that, the data is permanently deleted. For questions about the trial, use the *#serverless* https://redpandacommunity.slack.com/[Community Slack^] channel.
8
+
When either the credits expire or the days in the trial expire, the clusters move into a suspended state, and you won't be able to access your data in either the Redpanda Cloud Console or with the Kafka API. There is a seven-day grace period following the end of the trial when you can add your credit card and restore service. After that, the data is permanently deleted. For questions about the trial, use the *#serverless* https://redpandacommunity.slack.com/[Community Slack^] channel.
9
9
10
10
After you start a trial, Redpanda instantly prepares an account for you. Your account includes a `welcome` cluster with a `hello-world` demo topic you can explore. It includes sample data so you can see how real-time messaging works before sending your own data.
11
11
12
-
xref:get-started:cluster-types/serverless.adoc#interact-with-your-cluster[Get started] by following the wizard to create a Redpanda Connect glossterm:pipeline[], or by following the steps in the UI to use `rpk` to interact with your cluster from the command line:
12
+
xref:get-started:cluster-types/serverless.adoc#interact-with-your-cluster[Get started] by following the wizard to create a Redpanda Connect glossterm:pipeline[], or by following the steps in the Console to use `rpk` to interact with your cluster from the command line:
13
13
14
14
. Log in with `rpk cloud login`.
15
15
. Consume from the `hello-world` topic with `rpk topic consume hello-world`.
16
-
. In the https://cloud.redpanda.com[Redpanda Cloud UI^], navigate to the *Topics* page and open the `hello-world` topic to see the included messages.
16
+
. In the https://cloud.redpanda.com[Redpanda Cloud Console^], navigate to the *Topics* page and open the `hello-world` topic to see the included messages.
Copy file name to clipboardExpand all lines: modules/networking/pages/azure-private-link-in-ui.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
= Configure Azure Private Link in the Cloud UI
2
-
:description: Set up Azure Private Link in the Redpanda Cloud UI.
1
+
= Configure Azure Private Link in the Cloud Console
2
+
:description: Set up Azure Private Link in the Redpanda Cloud Console.
3
3
4
-
NOTE: This guide is for configuring new clusters with Azure Private Link using the Redpanda Cloud UI. To configure and manage Private Link on an existing cluster, you must use the xref:networking:azure-private-link.adoc[Cloud API].
4
+
NOTE: This guide is for configuring new clusters with Azure Private Link using the Redpanda Cloud Console. To configure and manage Private Link on an existing cluster, you must use the xref:networking:azure-private-link.adoc[Cloud API].
5
5
6
6
The Redpanda Azure Private Link service provides secure access to Redpanda Cloud from your own VNet. Traffic over Private Link does not go through the public internet because these connections are treated as their own private Azure service. While your VNet has access to the Redpanda virtual network, Redpanda cannot access your VNet.
7
7
@@ -19,7 +19,7 @@ TIP: In Kafka clients, set `connections.max.idle.ms` to a value less than 350 se
19
19
20
20
== Enable endpoint service for new clusters
21
21
22
-
. In the Redpanda Cloud UI, create a new cluster.
22
+
. In the Redpanda Cloud Console, create a new cluster.
0 commit comments