Skip to content

Commit

Permalink
DOC-1036 new Serverless Pro limits (#210)
Browse files Browse the repository at this point in the history
* DOC-1036 new Serverless Pro limits

* Add increased usage limits to What's New
  • Loading branch information
micheleRP authored Feb 25, 2025
1 parent 915d46a commit 59545f8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions modules/get-started/pages/cloud-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Redpanda offers four types of fully-managed cloud clusters. All products have ac

| For starter projects and applications with low or variable traffic. | For an enterprise-level version of Serverless, supporting moderate, sustained traffic. | For production clusters requiring expert cloud hosting, higher throughput, and extra isolation. | For production clusters requiring data sovereignty, the highest throughput, and added security.
| Multi-tenant on AWS | Multi-tenant on AWS | Single-tenant on AWS, Azure, or GCP | In your cloud on AWS, Azure, or GCP
| 1 MB/s max write throughput | 10 MB/s max write throughput | 400 MB/s max write throughput | 2 GB/s max write throughput
| 3 MB/s max read throughput | 30 MB/s max read throughput | 800 MB/s max read throughput | 4 GB/s max read throughput
| 100 partitions | 500 partitions | 22,800 partitions | 112,500 partitions
| 1 MB/s max write throughput | 100 MB/s max write throughput | 400 MB/s max write throughput | 2 GB/s max write throughput
| 3 MB/s max read throughput | 300 MB/s max read throughput | 800 MB/s max read throughput | 4 GB/s max read throughput
| 100 partitions | 5000 partitions | 22,800 partitions | 112,500 partitions
| 99.5% SLA | 99.5% SLA | 99.99% SLA | 99.99% SLA
| Public networking | Public networking | Public or private networking | Public or private networking
| SSO (GitHub, Google), Kafka ACLs | SSO (GitHub, Google), Kafka ACLs | SSO (GitHub, Google, OIDC), RBAC, audit logs | SSO (GitHub, Google, OIDC), RBAC, audit logs
Expand Down
8 changes: 4 additions & 4 deletions modules/get-started/pages/cluster-types/serverless-pro.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Make sure you have the latest version of `rpk`. See xref:get-started:rpk-install

Each Serverless Pro cluster has the following limits:

* Ingress: 10 MBps
* Egress: 30 MBps
* Partitions: 500
* Topics: 300
* Ingress: 100 MBps
* Egress: 300 MBps
* Partitions: 5000
* Topics: 3000
* Message size: 20 MB
* Retention: unlimited
* Storage: unlimited
Expand Down
4 changes: 4 additions & 0 deletions modules/get-started/pages/whats-new-cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ This page lists new features added in Redpanda Cloud.

== February 2025

=== Serverless Pro usage limits increased

xref:get-started:cluster-types/serverless-pro.adoc[Usage limits for Serverless Pro] clusters increased to: ingress = 100 MBps, egress = 300 MBps, partitions = 5000, and topics = 3000.

=== Role-based access control (RBAC): beta

With xref:security:authorization/rbac.adoc[RBAC], you can assign users access to specific resources in your Redpanda Cloud organization. For example, you could grant all users with a certain job title read access on the entire organization while limiting write access to only the non-production resource group. This alleviates the process of manually maintaining and verifying a set of ACLs for a large number of users.
Expand Down

0 comments on commit 59545f8

Please sign in to comment.