Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions modules/get-started/pages/cloud-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TIP: For more detailed information about the Redpanda platform, see xref:get-sta

== Redpanda Cloud cluster types

Redpanda offers fully-managed cloud clusters for Serverless, BYOC, and Dedicated. All products have access to unlimited storage and 280+ data connectors with xref:develop:connect/about.adoc[Redpanda Connect].
Redpanda offers fully-managed cloud clusters for Serverless, BYOC, and Dedicated. All products have access to unlimited storage and 300+ data connectors with xref:develop:connect/about.adoc[Redpanda Connect].
|===
| <<Serverless>> | <<Bring Your Own Cloud (BYOC)>> | <<Dedicated>>

Expand All @@ -30,6 +30,7 @@ Redpanda offers fully-managed cloud clusters for Serverless, BYOC, and Dedicated

* The partition limit is the number of logical partitions before replication occurs. Redpanda Cloud uses a replication factor of three.
* Enterprise support is staffed by streaming experts around the clock Monday through Friday, plus immediate escalation for production outages 24/7.
* See also: <<Serverless vs BYOC/Dedicated>>
====

=== Serverless
Expand Down Expand Up @@ -97,7 +98,7 @@ With Serverless (and for Dedicated when procured through the AWS Marketplace), y
Consider BYOC or Dedicated if you need more control over the deployment or if you have workloads with consistently-high throughput. BYOC and Dedicated clusters offer the following features:

* Private networking
* Single-zone or multi-zone availability. A multi-zone cluster provides higher resiliency in the event of a failure in one of the zones.
* Multiple availability zones (AZs). A multi-AZ cluster provides higher resiliency in the event of a failure in one of the zones.
* Ability to export metrics to a 3rd-party monitoring system
* Kafka Connect
* Higher limits and quotas. See xref:reference:tiers/byoc-tiers.adoc[BYOC usage tiers] and xref:reference:tiers/dedicated-tiers.adoc[Dedicated usage tiers] compared to xref:get-started:cluster-types/serverless.adoc#serverless-usage-limits[Serverless limits].
Expand Down
2 changes: 1 addition & 1 deletion modules/get-started/pages/cluster-types/serverless.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Not all features included in BYOC clusters are available in Serverless. For exam

* HTTP Proxy API
* Schema Registry UI (API is supported)
* Metrics endpoints
* Ability to export metrics to a third-party monitoring system
* Kafka Connect
* Private networking (VPC peering or AWS PrivateLink)
* Multiple availability zones (AZs)
Expand Down