Skip to content

Commit 34810bb

Browse files
micheleRPFeediver1
andauthored
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]>
1 parent d709975 commit 34810bb

File tree

5 files changed

+77
-49
lines changed

5 files changed

+77
-49
lines changed

modules/get-started/pages/cloud-overview.adoc

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Redpanda Cloud offers three fully-managed cloud deployment options, each designe
2929
| Production clusters requiring data sovereignty, the highest throughput, and added security
3030

3131
| *Deployment*
32-
| Redpanda's cloud (currently AWS only)
32+
| Redpanda's cloud (AWS/GCP)
3333
| Redpanda's cloud (AWS/Azure/GCP)
3434
| Your cloud account (AWS/Azure/GCP)
3535

@@ -109,9 +109,13 @@ Redpanda Cloud offers three fully-managed cloud deployment options, each designe
109109

110110
=== Serverless
111111

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 you only pay for what you consume.
113113

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+
====
115119

116120
==== Sign up for Serverless
117121

@@ -383,7 +387,8 @@ Features in beta are available for testing and feedback. They are not covered by
383387

384388
The following features are currently in beta in Redpanda Cloud:
385389

386-
* BYOVPC for AWS
390+
* Serverless on GCP
391+
* BYOVPC for AWS
387392
* BYOVNet for Azure
388393
* Secrets Management for BYOVPC on GCP and AWS
389394
* xref:ai-agents:index.adoc[AI agents with MCP servers]

modules/get-started/pages/cluster-types/serverless.adoc

Lines changed: 39 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -3,55 +3,47 @@
33
:page-aliases: get-started:cluster-types/serverless-pro.adoc, ROOT:deploy:deployment-option/cloud/serverless.adoc
44

55

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 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 you only pay for what you consume. You can view detailed billing activity for each cluster and edit payment methods on the *Billing* page.
77

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.
912
10-
== Prerequisites
11-
12-
Make sure you have the latest version of `rpk`. See xref:get-started:rpk-install.adoc[].
13+
====
1314

1415
== Serverless usage limits
1516

16-
Each Serverless cluster can handle:
17+
Each Serverless cluster has the following maximum usage limits:
1718

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
2822

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+
|===
2934

30-
NOTE: The partition limit is the number of logical partitions before replication occurs. Redpanda Cloud uses a replication factor of 3.
31-
32-
== Get started with Serverless
3335

34-
include::get-started:partial$get-started-serverless.adoc[]
35-
36-
== Explore your trial cluster
36+
NOTE: The partition limit is the number of logical partitions before replication occurs. Redpanda Cloud uses a replication factor of 3.
3737

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
3939

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[].
4141

42-
. Log in:
43-
+
44-
```
45-
rpk cloud login
46-
```
42+
== Get started with Serverless
4743

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:
5345

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.
46+
include::get-started:partial$get-started-serverless.adoc[]
5547

5648
== Create a Serverless cluster
5749

@@ -60,14 +52,14 @@ To create a Serverless cluster:
6052
. In the https://cloud.redpanda.com[Redpanda Cloud UI^], on the **Clusters** page, click **Create cluster**, then click **Create Serverless cluster**.
6153

6254
. 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.
6555

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.
6759

6860
. Add team members and grant them access with glossterm:ACL[,access control lists (ACLs)] on the *Security* page.
6961

70-
== Connect with your cluster
62+
== Interact with your cluster
7163

7264
include::get-started:partial$cloud-quickstart.adoc[]
7365

@@ -84,11 +76,18 @@ Follow the steps in the UI to use `rpk` to interact with your cluster from the c
8476

8577
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`.
8678

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+
8787
== Supported features
8888

8989
* Redpanda Serverless supports the Kafka API. Serverless clusters work with all Kafka clients. See xref:develop:kafka-clients.adoc[].
9090
* 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.
9291

9392
=== Unsupported features
9493

modules/get-started/pages/whats-new-cloud.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This page lists new features added to Redpanda Cloud.
88

99
== November 2025
1010

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+
1115
=== Redpanda Connect updates
1216

1317
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.

modules/get-started/partials/get-started-serverless.adoc

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@
33
Free trial::
44
+
55
--
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.
77
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.
99
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.
1217
1318
--
1419
Redpanda Sales::

modules/reference/pages/tiers/serverless-regions.adoc

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,19 @@ Amazon Web Services (AWS)::
2121
| us-west-2
2222
|===
2323
--
24-
====
24+
25+
Google Cloud Platform (GCP)::
26+
+
27+
--
28+
|===
29+
| Region
30+
31+
| us-central1
32+
|===
33+
34+
NOTE: Serverless on GCP is currently in a glossterm:beta[] release.
35+
--
36+
====
37+
38+
39+
See also: xref:get-started:cluster-types/serverless.adoc#serverless-usage-limits[Serverless usage limits]

0 commit comments

Comments
 (0)