Skip to content

DOC-2098, DOC-1434: Extend Serverless trial to 30 days; add GCP Marketplace self-service#564

Merged
micheleRP merged 9 commits intomainfrom
DOC-2098-Document-feature-Extend-Serverless-trial-from-14-to-30-days
May 5, 2026
Merged

DOC-2098, DOC-1434: Extend Serverless trial to 30 days; add GCP Marketplace self-service#564
micheleRP merged 9 commits intomainfrom
DOC-2098-Document-feature-Extend-Serverless-trial-from-14-to-30-days

Conversation

@micheleRP
Copy link
Copy Markdown
Contributor

@micheleRP micheleRP commented Apr 28, 2026

Summary

  • DOC-2098 / ENG-1190 — Update the Serverless free-trial copy from 14 days to 30 days. Credits ($100 USD) and the 7-day grace period are unchanged.
  • DOC-1434 / ENG-651 — Document self-service sign-up through Google Cloud Marketplace. Mirrors the AWS Marketplace pay-as-you-go experience: $300 USD in free credits over the first 30 days, available for Serverless and Dedicated clusters.

Bundling the two tickets into one PR because they're shipping at the same time and share SME reviewers.

Changes

File Change
modules/get-started/partials/get-started-serverless.adoc "14 days" → "30 days"; new Google Cloud Marketplace tab
modules/get-started/pages/cloud-overview.adoc New Google Cloud Marketplace tab in the Dedicated sign-up section
modules/billing/pages/gcp-pay-as-you-go.adoc New page, mirrors aws-pay-as-you-go.adoc
modules/ROOT/nav.adoc New nav entry: GCP: Use Pay As You Go
modules/get-started/pages/whats-new-cloud.adoc New May 2026 section (trial extension) and new April 2026 entry (GCP self-service)

Preview pages

Test plan

  • Local build succeeds (npm run build && npm run serve) with no new errors or warnings introduced.
  • Serverless overview → Free trial / AWS / Google Cloud tabs render correctly; Free trial reads "first 30 days."
  • Cloud overview → Dedicated sign-up shows Sales / AWS / Google Cloud tabs.
  • GCP Pay As You Go page loads and follows the same structure as AWS Pay As You Go.
  • Nav shows GCP: Use Pay As You Go directly under AWS: Use Pay As You Go.
  • What's New shows May 2026 (Extended trial) above April 2026 (GCP self-service top of list).
  • SME confirms credit amount ($300 / 30 days), Marketplace listing URL once available, and "Serverless and Dedicated only" scoping for GCP self-service.

🤖 Generated with Claude Code

…rketplace self-service

- Update Serverless free-trial copy from 14 to 30 days (ENG-1190).
- Add Use GCP Pay As You Go billing page mirroring the AWS equivalent (ENG-651).
- Add Google Cloud Marketplace tab to the Serverless and Dedicated sign-up flows in cloud-overview and the Serverless partial.
- Add GCP: Use Pay As You Go to the Billing nav.
- Add What's New entries: May 2026 (Extended Serverless free trial) and April 2026 (Self-service sign-up through Google Cloud Marketplace).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 28, 2026

Deploy Preview for rp-cloud ready!

Name Link
🔨 Latest commit 3a13c8d
🔍 Latest deploy log https://app.netlify.com/projects/rp-cloud/deploys/69f8f67b1a085b0008f38c68
😎 Deploy Preview https://deploy-preview-564--rp-cloud.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 28, 2026

📝 Walkthrough

Walkthrough

This PR adds documentation for Google Cloud Marketplace integration with Redpanda Cloud's pay-as-you-go billing option. It includes a new dedicated documentation page explaining the GCP subscription process, updates to the billing navigation to link the new page, extensions to existing cloud-overview and get-started pages to feature the Google Cloud Marketplace option alongside AWS Marketplace, and updates to the "What's New" section announcing the May 2026 GCP Marketplace availability and extended Serverless free trial period (14 to 30 days).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~4 minutes

Possibly related PRs

Suggested reviewers

  • kbatuigas
  • nicolaferraro
  • paulohtb6
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title directly and clearly summarizes the two main changes: extending Serverless trial to 30 days and adding GCP Marketplace self-service, with ticket references for traceability.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description check ✅ Passed The PR description is comprehensive and follows the template structure with clear summary, file changes table, preview links, and detailed test plan.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch DOC-2098-Document-feature-Extend-Serverless-trial-from-14-to-30-days

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Comment @coderabbitai help to get the list of available commands and usage tips.

@micheleRP micheleRP marked this pull request as ready for review April 30, 2026 19:07
@micheleRP micheleRP requested a review from a team as a code owner April 30, 2026 19:07
= 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 quickly 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.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worth double-checking if we want to offer Dedicated through this method. I'm not certain that we do.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jan-g or @nicolaferraro: Do you know if GCP Marketplace is for both Serverless and Dedicated?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- Surface Serverless-on-GCP beta status on the GCP Pay As You Go page
  and in the April 2026 whats-new entry.
- Rewrite May 2026 trial-extension sentence for clarity (AWS-cluster
  signal preserved; redpanda.com sign-up link split out).
- Cross-link AWS and GCP Pay As You Go pages from each other's Next
  steps.
- Restore trailing newlines on the partial and the AWS page.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Comment thread modules/billing/pages/gcp-pay-as-you-go.adoc Outdated

. In the email, click **Verify email address**.
+
This associates the email with a Redpanda account.
Copy link
Copy Markdown
Contributor

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.

Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com>
Comment thread modules/get-started/partials/get-started-serverless.adoc Outdated
Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com>
Comment thread modules/get-started/partials/get-started-serverless.adoc Outdated
Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com>
Comment thread modules/get-started/pages/whats-new-cloud.adoc Outdated
Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com>
Comment thread modules/billing/pages/aws-pay-as-you-go.adoc Outdated
Comment thread modules/billing/pages/gcp-pay-as-you-go.adoc Outdated
Comment thread modules/billing/pages/gcp-pay-as-you-go.adoc Outdated
@Feediver1
Copy link
Copy Markdown
Contributor

Feediver1 commented May 4, 2026

Curious about the navtree entries:
image
Why not use:

Billing
     Billing and Support
     Manage Billing Notifications
     AWS
           Use Commits
           Use Pay As You Go
     GCP
          Use Commits
          Use Pay As You Go
     Azure
          Use Commits

micheleRP and others added 2 commits May 4, 2026 12:51
Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com>
Address review feedback on PR #564:
- Restructure Billing navtree to nest commit/pay-as-you-go pages under
  AWS / Azure / GCP group headings.
- Remove cross-cloud links from Pay As You Go pages (a GCP user has no
  reason to read the AWS page, and vice versa).
- Add Serverless cluster link to GCP Commitments Next steps for parity
  with AWS Commitments.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@micheleRP
Copy link
Copy Markdown
Contributor Author

  • What's New in Redpanda Cloud

@Feediver1 agreed, here is the new nav
image

@micheleRP micheleRP requested a review from Feediver1 May 4, 2026 19:51
Copy link
Copy Markdown

@towfiqa towfiqa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just the one small change. Everything else looks good!


=== 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].
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the words "on AWS" as it's not provider based.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed!

@micheleRP micheleRP merged commit e01e24e into main May 5, 2026
5 checks passed
@micheleRP micheleRP deleted the DOC-2098-Document-feature-Extend-Serverless-trial-from-14-to-30-days branch May 5, 2026 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants