-
Notifications
You must be signed in to change notification settings - Fork 4
DOC-2098, DOC-1434: Extend Serverless trial to 30 days; add GCP Marketplace self-service #564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
micheleRP
merged 9 commits into
main
from
DOC-2098-Document-feature-Extend-Serverless-trial-from-14-to-30-days
May 5, 2026
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
66c5436
DOC-2098, DOC-1434: Extend Serverless trial to 30 days and add GCP Ma…
micheleRP a6e1f0b
add links
micheleRP 9d26b91
Address review feedback: beta callout, cross-links, copy polish
micheleRP cf5d416
Update modules/billing/pages/gcp-pay-as-you-go.adoc
micheleRP 8d35741
Update modules/get-started/partials/get-started-serverless.adoc
micheleRP 9a5f070
Update modules/get-started/partials/get-started-serverless.adoc
micheleRP ce9b062
Update modules/get-started/pages/whats-new-cloud.adoc
micheleRP 7884a62
Update modules/billing/pages/gcp-pay-as-you-go.adoc
micheleRP 3a13c8d
Group Billing nav by cloud provider; trim Next steps links
micheleRP File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| = Use GCP Pay As You Go | ||
| :description: Subscribe to Redpanda in Google Cloud Marketplace with pay-as-you-go billing, and cancel anytime. | ||
|
|
||
| Subscribe to Redpanda Cloud through Google Cloud Marketplace to provision Serverless and Dedicated clusters. With a usage-based pay-as-you-go subscription, you only pay for what you use and can cancel anytime. | ||
|
|
||
| [IMPORTANT] | ||
| ==== | ||
| When you sign up for Redpanda Cloud through Google Cloud Marketplace, you can only create clusters on GCP. | ||
| ==== | ||
|
|
||
| NOTE: Serverless on GCP is currently in a glossterm:beta[] release. | ||
|
|
||
| == Sign up in Google Cloud Marketplace | ||
|
|
||
| . In the Google Cloud Marketplace, select https://console.cloud.google.com/marketplace/product/redpanda-public/redpanda-cloud-platform?project=redpanda-public[**Redpanda Cloud - The proven Apache Kafka alternative (Pay as You Go)**^]. | ||
|
|
||
| . On the **Redpanda Cloud - Pay as You Go** overview page, click **Subscribe**. | ||
|
|
||
| + | ||
| [NOTE] | ||
| ==== | ||
| If you don't have a billing account associated with your project, you're prompted to link the subscription with a billing account. | ||
| ==== | ||
|
|
||
| . On the **Subscribe to Redpanda Cloud** page, click **Set up your account**. You're taken to the Redpanda sign-up page. | ||
|
|
||
| . On the Redpanda sign-up page: | ||
| * For **Email**, enter your email address to register with Redpanda. | ||
| * For **Organization name**, enter a name for your new organization connected through Google Cloud Marketplace. | ||
| + | ||
| TIP: This process creates a new organization, even for existing Redpanda customers. Organizations contain all resources, including clusters and networks. | ||
| * Click **Sign up and create organization**. | ||
| + | ||
| Redpanda sends a verification email to the address you entered. | ||
|
|
||
| . In the email, click **Verify email address**. | ||
| + | ||
| This associates the email with a Redpanda account. | ||
|
|
||
| . On the **Accept your invitation to sign up** page, enter the credentials you want to use for Redpanda Cloud. | ||
| + | ||
| You can now create resource groups, networks, and clusters in your organization. | ||
|
|
||
| == Next steps | ||
|
|
||
| * xref:get-started:cluster-types/serverless.adoc#create-a-serverless-cluster[Create a Serverless cluster] | ||
| * xref:get-started:cluster-types/create-dedicated-cloud-cluster.adoc[Create a Dedicated cluster] | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,8 +6,18 @@ | |
|
|
||
| This page lists new features added to Redpanda Cloud. | ||
|
|
||
| == May 2026 | ||
|
|
||
| === Extended Serverless free trial | ||
|
|
||
| The free trial for Redpanda Serverless on AWS now lasts 30 days, up from 14 days. The $100 (USD) credit allowance and 7-day grace period are unchanged. Sign up at https://www.redpanda.com/try-data-streaming[redpanda.com^]. See xref:get-started:cluster-types/serverless.adoc[Serverless clusters]. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove the words "on AWS" as it's not provider based.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. removed! |
||
|
|
||
| == April 2026 | ||
|
|
||
| === Self-service sign-up through Google Cloud Marketplace | ||
|
|
||
| You can now subscribe to Redpanda Cloud directly through Google Cloud Marketplace with pay-as-you-go billing, with no sales contact required. Self-service sign-up provisions Serverless and Dedicated clusters only. New subscriptions receive $300 (USD) in free credits to spend in the first 30 days. See xref:billing:gcp-pay-as-you-go.adoc[Use GCP Pay As You Go]. | ||
|
|
||
| === Iceberg: Configurable table namespace | ||
|
|
||
| You can now set a custom namespace for Iceberg tables instead of the default `redpanda` namespace, using the `iceberg_default_catalog_namespace` cluster property. A custom namespace is useful when multiple clusters write to the same catalog provider (such as AWS Glue), because each cluster must use a distinct namespace to avoid table name collisions. This property must be set when you first enable Iceberg and cannot be changed afterward. See xref:manage:iceberg/about-iceberg-topics.adoc#enable-iceberg-integration[Enable Iceberg integration]. | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verifying your email links it to a Redpanda account.