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
DOC-1350 Document feature Serverless on GCP (#432)
* DOC-1350 Document feature Serverless on GCP
* add RPCN wizard
* minor edit
* update cloud overview & add glossterms
* fix formatting
* remove: During LA, existing clusters can scale to the usage limits, but new clusters may need to wait for availability.
* clarifying edits
* minor edit
* move prereqs above get started & Interact up a level
* minor edits
* minor edits
* Remove prereqs
Removed the prereq for rpk, since rpk is not a prereq to getting started with Serverless. Instead, that info is in a note where we talk about using rpk
* Revert "Remove prereqs"
This reverts commit c7bc055.
* match terminology in UI
* Update modules/get-started/partials/get-started-serverless.adoc
Co-authored-by: Joyce Fee <[email protected]>
* incorporate review feedback
* update glossterms
* separate RPCN get started to different PR + move to Nov
* change MB to MiB for message max
* not feature flagged, so no need to contact support
---------
Co-authored-by: Joyce Fee <[email protected]>
Copy file name to clipboardExpand all lines: modules/get-started/pages/cloud-overview.adoc
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Redpanda Cloud offers three fully-managed cloud deployment options, each designe
29
29
| Production clusters requiring data sovereignty, the highest throughput, and added security
30
30
31
31
| *Deployment*
32
-
| Redpanda's cloud (currently AWS only)
32
+
| Redpanda's cloud (AWS/GCP)
33
33
| Redpanda's cloud (AWS/Azure/GCP)
34
34
| Your cloud account (AWS/Azure/GCP)
35
35
@@ -109,9 +109,13 @@ Redpanda Cloud offers three fully-managed cloud deployment options, each designe
109
109
110
110
=== Serverless
111
111
112
-
Serverless is the fastest and easiest way to start data streaming. With Serverless clusters, you host your data in Redpanda's VPC, and Redpanda handles automatic scaling, provisioning, operations, and maintenance. This is a production-ready deployment option with a cluster available instantly, and with pay-as-you-go billing after the free trial, you only pay for what you consume. You can view detailed billing activity for each cluster and edit payment methods on the *Billing* page.
112
+
Serverless is the fastest and easiest way to start data streaming. With Serverless clusters, you host your data in Redpanda's VPC, and Redpanda handles automatic scaling, provisioning, operations, and maintenance. This is a production-ready deployment option with a cluster available instantly, and youonly pay for what you consume.
113
113
114
-
NOTE: Serverless is currently in a limited availability (LA) release with xref:get-started:cluster-types/serverless.adoc#serverless-usage-limits[usage limits].
114
+
[NOTE]
115
+
====
116
+
* Serverless on AWS is currently in a glossterm:LA[,limited availability (LA)] release.
117
+
* Serverless on GCP is currently in a glossterm:beta[] release.
118
+
====
115
119
116
120
==== Sign up for Serverless
117
121
@@ -383,7 +387,8 @@ Features in beta are available for testing and feedback. They are not covered by
383
387
384
388
The following features are currently in beta in Redpanda Cloud:
385
389
386
-
* BYOVPC for AWS
390
+
* Serverless on GCP
391
+
* BYOVPC for AWS
387
392
* BYOVNet for Azure
388
393
* Secrets Management for BYOVPC on GCP and AWS
389
394
* xref:ai-agents:index.adoc[AI agents with MCP servers]
Serverless is the fastest and easiest way to start data streaming. With Serverless clusters, you host your data in Redpanda's VPC, and Redpanda handles automatic scaling, provisioning, operations, and maintenance. This is a production-ready deployment option with a cluster available instantly, and with pay-as-you-go billing, you only pay for what you consume. You can view detailed billing activity for each cluster and edit payment methods on the *Billing* page.
6
+
Serverless is the fastest and easiest way to start data streaming. With Serverless clusters, you host your data in Redpanda's VPC, and Redpanda handles automatic scaling, provisioning, operations, and maintenance. This is a production-ready deployment option with a cluster available instantly, and youonly pay for what you consume. You can view detailed billing activity for each cluster and edit payment methods on the *Billing* page.
7
7
8
-
NOTE: Serverless is currently in a limited availability (LA) release. During LA, existing clusters can scale to the usage limits, but new clusters may need to wait for availability.
8
+
[NOTE]
9
+
====
10
+
* Serverless on AWS is currently in a glossterm:LA[,limited availability (LA)] release.
11
+
* Serverless on GCP is currently in a glossterm:beta[] release.
9
12
10
-
== Prerequisites
11
-
12
-
Make sure you have the latest version of `rpk`. See xref:get-started:rpk-install.adoc[].
13
+
====
13
14
14
15
== Serverless usage limits
15
16
16
-
Each Serverless cluster can handle:
17
+
Each Serverless cluster has the following maximum usage limits:
17
18
18
-
* **Ingress**: 100 MB/s
19
-
* **Egress**: 300 MB/s
20
-
* **Partitions**: 5,000
21
-
* **Message size**: 20 MB
22
-
* **Retention**: unlimited
23
-
* **Storage**: unlimited
24
-
* **Users**: 30
25
-
* **ACLs**: 120
26
-
* **Consumer groups**: 200
27
-
* **Connections**: 10,000
19
+
[cols="1,2",options="header"]
20
+
|===
21
+
| Metric | Limit
28
22
23
+
| Ingress | 100 MB/s
24
+
| Egress | 300 MB/s
25
+
| Partitions | 5,000
26
+
| Message size | 20 MiB
27
+
| Retention | unlimited
28
+
| Storage | unlimited
29
+
| Users | 30
30
+
| ACLs | 120
31
+
| Consumer groups | 200
32
+
| Connections | 10,000
33
+
|===
29
34
30
-
NOTE: The partition limit is the number of logical partitions before replication occurs. Redpanda Cloud uses a replication factor of 3.
NOTE: The partition limit is the number of logical partitions before replication occurs. Redpanda Cloud uses a replication factor of 3.
37
37
38
-
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.
38
+
== Prerequisites
39
39
40
-
Follow the steps in the UI to use `rpk` to interact with your cluster from the command line:
40
+
Make sure you have the latest version of `rpk`, the Redpanda CLI. See xref:get-started:rpk-install.adoc[].
41
41
42
-
. Log in:
43
-
+
44
-
```
45
-
rpk cloud login
46
-
```
42
+
== Get started with Serverless
47
43
48
-
. Consume from the `hello-world` topic:
49
-
+
50
-
```
51
-
rpk topic consume hello-world
52
-
```
44
+
Choose the option that fits how you want to subscribe:
53
45
54
-
In the https://cloud.redpanda.com[Redpanda Cloud UI^], you can navigate to the *Topics* page and open the `hello-world` topic to see the included messages. Under the *Actions* dropdown, you can produce messages to it.
@@ -60,14 +52,14 @@ To create a Serverless cluster:
60
52
. In the https://cloud.redpanda.com[Redpanda Cloud UI^], on the **Clusters** page, click **Create cluster**, then click **Create Serverless cluster**.
61
53
62
54
. 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.
63
-
+
64
-
Serverless clusters are available in the AWS regions listed in xref:reference:tiers/serverless-regions.adoc[Serverless regions]. Redpanda expects your applications to be deployed in the same AWS region. For best performance, select the region closest to your applications. Serverless is not guaranteed to be pinned to a particular availability zone within that region.
65
55
66
-
. Go to the *Topics* page to create a topic. Under the *Actions* dropdown, you can produce messages to it.
56
+
. 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.
57
+
+
58
+
Serverless clusters are not guaranteed to be pinned to a particular availability zone within the selected region.
67
59
68
60
. Add team members and grant them access with glossterm:ACL[,access control lists (ACLs)] on the *Security* page.
@@ -84,11 +76,18 @@ Follow the steps in the UI to use `rpk` to interact with your cluster from the c
84
76
85
77
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`.
86
78
79
+
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.
80
+
81
+
Explore the rest of the UI:
82
+
83
+
* Go to the *Topics* page to create new topics for data streams.
84
+
* Under the *Actions* dropdown, produce messages to topics.
85
+
* Add team members with permissions on the *Security* page.
86
+
87
87
== Supported features
88
88
89
89
* Redpanda Serverless supports the Kafka API. Serverless clusters work with all Kafka clients. See xref:develop:kafka-clients.adoc[].
90
90
* 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`.)
91
-
* Use xref:develop:connect/about.adoc[Redpanda Connect] to quickly build and deploy streaming data pipelines or AI applications.
Copy file name to clipboardExpand all lines: modules/get-started/pages/whats-new-cloud.adoc
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ This page lists new features added to Redpanda Cloud.
8
8
9
9
== November 2025
10
10
11
+
=== Serverless on GCP: beta
12
+
13
+
You can now create xref:get-started:cluster-types/serverless.adoc[Serverless clusters] on Google Cloud Platform (GCP). Serverless on GCP is in a glossterm:beta[] release.
14
+
11
15
=== Redpanda Connect updates
12
16
13
17
Redpanda Connect provides a simplified xref:develop:connect/connect-quickstart.adoc[quickstart] experience in the UI that helps you to start building data pipelines. The quickstart wizard creates pipelines to stream data into and out of Redpanda, populating the required YAML configuration automatically.
Copy file name to clipboardExpand all lines: modules/get-started/partials/get-started-serverless.adoc
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,17 @@
3
3
Free trial::
4
4
+
5
5
--
6
-
A https://www.redpanda.com/try-redpanda[free trial^] is the fastest way to get started with Serverless, and it comes with a `welcome` cluster. Each customer qualifies for a trial with $100 (USD) in free 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.
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.
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.
9
9
10
-
* To ask questions about the trial, use the *#serverless* https://redpandacommunity.slack.com/[Community Slack^] channel.
11
-
* For information about billing after the trial ends, see xref:billing:billing.adoc[].
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
+
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:
13
+
14
+
. Log in with `rpk cloud login`.
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.
0 commit comments