Skip to content
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

DOC-1084 merge Serverless offering #228

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

micheleRP
Copy link
Contributor

@micheleRP micheleRP commented Mar 10, 2025

Description

This merges the "Serverless Standard" and "Serverless Pro" clusters into a single "Serverless" cluster.

  • Merged "Serverless Standard" and "Serverless Pro" into a single "Serverless" cluster type in modules/get-started/pages/cloud-overview.adoc. [1] [2]
  • Updated references to "Serverless Standard" and "Serverless Pro" to a unified "Serverless" in modules/ROOT/nav.adoc and modules/billing/pages/aws-commit.adoc. [1] [2]
  • Simplified the description of Serverless clusters in modules/billing/pages/aws-pay-as-you-go.adoc and updated the pricing details in modules/billing/pages/billing.adoc to reflect the unified Serverless cluster type. [1] [2]
  • Updated references to "Serverless Standard" and "Serverless Pro" to "Serverless" in modules/develop/pages/connect/configuration/secret-management.adoc. [1] [2] [3] [4]
  • Modified the RPCN quickstart guide to reflect the unified Serverless cluster type in modules/develop/pages/connect/connect-quickstart.adoc. [1] [2]

Resolves https://github.com/redpanda-data/documentation-private/issues/DOC-1084
Review deadline: March 21

Page previews

Checks

  • New feature
  • Content gap
  • Support Follow-up
  • Small fix (typos, links, copyedits, etc)

Copy link

netlify bot commented Mar 10, 2025

Deploy Preview for rp-cloud ready!

Name Link
🔨 Latest commit 6bed877
🔍 Latest deploy log https://app.netlify.com/sites/rp-cloud/deploys/67dda61ea1fe2900086e83bc
😎 Deploy Preview https://deploy-preview-228--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 site configuration.

@micheleRP micheleRP marked this pull request as ready for review March 10, 2025 22:51
@micheleRP micheleRP requested a review from a team as a code owner March 10, 2025 22:51
@micheleRP micheleRP requested a review from towfiqa March 10, 2025 23:00
Copy link

hyperlint-ai bot commented Mar 17, 2025

PR Change Summary

Merged the "Serverless Standard" and "Serverless Pro" offerings into a single "Serverless" cluster, streamlining documentation and references across multiple pages.

  • Updated documentation to reflect the unified "Serverless" cluster offering.
  • Removed distinctions between "Serverless Standard" and "Serverless Pro" in various sections.
  • Revised pricing and usage metrics to align with the new single offering.

Modified Files

  • modules/ROOT/nav.adoc
  • modules/billing/pages/aws-commit.adoc
  • modules/billing/pages/aws-pay-as-you-go.adoc
  • modules/billing/pages/billing.adoc
  • modules/develop/pages/connect/configuration/secret-management.adoc
  • modules/develop/pages/connect/connect-quickstart.adoc
  • modules/get-started/pages/cloud-overview.adoc
  • modules/get-started/pages/cluster-types/serverless-pro.adoc
  • modules/get-started/pages/whats-new-cloud.adoc

How can I customize these reviews?

Check out the Hyperlint AI Reviewer docs for more information on how to customize the review.

If you just want to ignore it on this PR, you can add the hyperlint-ignore label to the PR. Future changes won't trigger a Hyperlint review.

Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add hyperlint-ignore to the PR to ignore the link check for this PR.

What is Hyperlint?

Hyperlint is an AI agent that helps you write, edit, and maintain your documentation.

Learn more about the Hyperlint AI reviewer and the checks that we can run on your documentation.

@micheleRP micheleRP force-pushed the DOC-1084-Multi-tenant-cloud-offering-launch-April-1st branch from d94e425 to 0499c50 Compare March 17, 2025 22:21
@micheleRP
Copy link
Contributor Author

@towfiqa Is there any doc update wrt the Serverless Pro Marketplace Support feature: https://redpanda.aha.io/features/CD-284?

Copy link
Contributor

@kbatuigas kbatuigas left a comment

Choose a reason for hiding this comment

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

Just minor changes

@micheleRP micheleRP force-pushed the DOC-1084-Multi-tenant-cloud-offering-launch-April-1st branch from d57107a to fb813a9 Compare March 19, 2025 14:45
@micheleRP micheleRP requested a review from nicolaferraro March 19, 2025 15:10
* Ingress: 100 MBps
* Egress: 300 MBps
* Ingress: 100 MiB/s
* Egress: 300 MiB/s
* Partitions: 5000
* Topics: 3000
Copy link

Choose a reason for hiding this comment

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

Can we remove this line entirely? The limit will be 300 but I'd prefer we not advertise it.
CC: @nicolaferraro

Copy link
Contributor Author

@micheleRP micheleRP Mar 20, 2025

Choose a reason for hiding this comment

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

removed topics limit

To start using Serverless Pro, contact https://www.redpanda.com/price-estimator[Redpanda Sales^] to request a private offer.
A trial is the fastest way to get started with Serverless, and it comes with a `welcome` cluster. New trials receive $100 (USD) in free credits to spend in the first seven 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.

When either the 100 credits expire or the seven 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.
Copy link

@towfiqa towfiqa Mar 19, 2025

Choose a reason for hiding this comment

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

I thought trial is 14 days and grace period is 7 days? Can you confirm @nicolaferraro ?

Copy link
Member

Choose a reason for hiding this comment

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

Yes 14+7

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changed trial back to 14 days.

Copy link

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

Few small nits to change, the rest looks great. Thank you Michele!

@micheleRP micheleRP requested a review from kbatuigas March 20, 2025 03:36
Copy link
Contributor

@kbatuigas kbatuigas left a comment

Choose a reason for hiding this comment

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

Just one tiny xref update but lgtm otherwise!

Co-authored-by: Kat Batuigas <36839689+kbatuigas@users.noreply.github.com>
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.

5 participants