You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOC-1261 comparison table for cloud deployments (#393)
* DOC-1261 comparison table for cloud deployments
* style edits
* minor edits
* add to SM vs Cloud list: Manual deserialization of Schema Registry
* incorporate feedback from Travis
* Update modules/get-started/pages/cloud-overview.adoc
Co-authored-by: Paulo Borges <[email protected]>
---------
Co-authored-by: Paulo Borges <[email protected]>
Redpanda Cloud is a complete data streaming platform delivered as a fully-managed service. It provides automated upgrades and patching, data balancing, and support while continuously monitoring your clusters and underlying infrastructure to meet strict performance, availability, reliability, and security requirements. All Redpanda Cloud clusters are deployed with an integrated glossterm:Redpanda Console[], and all clusters have access to unlimited retention and 300+ data connectors with xref:develop:connect/about.adoc[Redpanda Connect].
5
6
6
-
Redpanda Cloud is a complete data streaming platform delivered as a fully-managed service with automated upgrades and patching, data and partition balancing, and 24x7 support. It continuously monitors and maintains your clusters along with the underlying infrastructure to meet strict performance, availability, reliability, and security requirements. All Redpanda Cloud clusters are deployed with an integrated glossterm:Redpanda Console[].
7
-
8
-
TIP: For more detailed information about the Redpanda platform, see xref:get-started:intro-to-events.adoc[], xref:get-started:architecture.adoc[], and xref:get-started:byoc-arch.adoc[].
7
+
TIP: For more detailed information about the Redpanda platform, see xref:get-started:intro-to-events.adoc[] and xref:get-started:architecture.adoc[].
9
8
10
9
== Redpanda Cloud cluster types
11
10
12
-
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].
11
+
Redpanda Cloud offers three fully-managed cloud deployment options, each designed for different use cases:
12
+
13
+
* **<<Serverless>>**: Fastest way to get started with automatic scaling and pay-as-you-go billing
14
+
* **<<Dedicated>>**: Production clusters in Redpanda's cloud with enhanced isolation
15
+
* **<<Bring Your Own Cloud (BYOC)>>**: Maximum control and security by deploying in your own cloud environment
16
+
17
+
=== Quick comparison
18
+
19
+
[cols="1,1,1,1", options="header"]
13
20
|===
14
-
| <<Serverless>> | <<Bring Your Own Cloud (BYOC)>> | <<Dedicated>>
15
-
16
-
| For starter projects and applications with low or variable traffic. | For production clusters requiring data sovereignty, the highest throughput, and added security. | For production clusters requiring expert cloud hosting, higher throughput, and extra isolation.
17
-
| Multi-tenant in Redpanda Cloud on AWS | In your cloud on AWS, Azure, or GCP | Single-tenant in Redpanda Cloud on AWS, Azure, or GCP
18
-
| 100 MB/s max write throughput | 2 GB/s max write throughput | 400 MB/s max write throughput
19
-
| 300 MB/s max read throughput | 4 GB/s max read throughput | 800 MB/s max read throughput
With BYOC clusters, you deploy the Redpanda glossterm:data plane[] into your existing VPC (for AWS and GCP) or VNet (for Azure), and all data is
48
-
contained in your own environment. This provides an additional layer of security and isolation. (See xref:get-started:byoc-arch.adoc[].) Redpanda manages provisioning, monitoring, upgrades, and security policies, and it manages required resources in your VPC or VNet, including subnets (subnetworks in GCP), IAM roles, and object storage resources (for example, S3 buckets or Azure Storage accounts).
49
-
50
-
==== Bring Your Own VPC/VNet (BYOVPC/BYOVNet)
51
-
52
-
With BYOVPC/BYOVNet clusters, you take full control of the networking lifecycle. Compared to standard BYOC, BYOVPC/BYOVNet provides more security, but the configuration is more complex. See the xref:get-started:cloud-overview.adoc#shared-responsibility-model[shared responsibility model] to understand what you manage versus what Redpanda manages.
53
-
54
-
The BYOC infrastructure that Redpanda manages should not be used to deploy any other workloads.
55
-
56
-
==== Sign up for BYOC
57
-
58
-
To start using BYOC, contact https://redpanda.com/try-redpanda?section=enterprise-trial[Redpanda sales^] to request a private offer with possible discounts. You are billed directly or through Google Cloud Marketplace or AWS Marketplace.
59
-
60
121
=== Dedicated
61
122
62
123
With Dedicated clusters, you host your data on Redpanda Cloud resources (AWS, GCP, or Azure), and Redpanda handles provisioning, operations, and maintenance. Dedicated clusters are single-tenant deployments that support private networking (for example, VPC peering to talk over private IPs) for better data isolation.
@@ -82,15 +143,29 @@ Redpanda creates a cloud organization for you and sends you a welcome email.
82
143
--
83
144
=====
84
145
85
-
== Serverless vs BYOC/Dedicated
146
+
=== Bring Your Own Cloud (BYOC)
86
147
87
-
Serverless clusters are a good fit for the following use cases:
148
+
With BYOC clusters, you deploy the Redpanda glossterm:data plane[] into your existing VPC (for AWS and GCP) or VNet (for Azure), and all data is
149
+
contained in your own environment. This provides an additional layer of security and isolation. (See xref:get-started:byoc-arch.adoc[].) Redpanda manages provisioning, monitoring, upgrades, and security policies, and it manages required resources in your VPC or VNet, including subnets (subnetworks in GCP), IAM roles, and object storage resources (for example, S3 buckets or Azure Storage accounts).
150
+
151
+
==== Bring Your Own VPC/VNet (BYOVPC/BYOVNet)
152
+
153
+
With BYOVPC/BYOVNet clusters, you take full control of the networking lifecycle. Compared to standard BYOC, BYOVPC/BYOVNet provides more security, but the configuration is more complex. See the xref:get-started:cloud-overview.adoc#shared-responsibility-model[shared responsibility model] to understand what you manage versus what Redpanda manages.
88
154
89
-
* Starter and growing workloads
90
-
* Spiky workloads (that is, development environments, systems that only occasionally get busy, or workloads that come and go)
91
-
* Fast and dynamic cluster creation: you can use a Serverless cluster as an isolated container for topics
155
+
The BYOC infrastructure that Redpanda manages should not be used to deploy any other workloads.
156
+
157
+
==== Sign up for BYOC
158
+
159
+
To start using BYOC, contact https://redpanda.com/try-redpanda?section=enterprise-trial[Redpanda sales^] to request a private offer with possible discounts. You are billed directly or through Google Cloud Marketplace or AWS Marketplace.
160
+
161
+
=== Serverless vs BYOC/Dedicated
162
+
163
+
Serverless clusters are a good fit for the following use cases:
92
164
93
-
With Serverless (and for Dedicated when procured through the AWS Marketplace), you only pay for what you consume, without any commitment. A cluster is created instantly, so you can surface it in your applications (for example, for tenant isolation). If your workload increases, you can migrate it to a BYOC or Dedicated cluster.
165
+
* Quick setup for development or testing
166
+
* Variable or unpredictable traffic patterns
167
+
* No upfront cost commitment
168
+
* Isolated environments for different applications
94
169
95
170
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:
96
171
@@ -217,7 +292,7 @@ Dedicated::
217
292
218
293
xref:develop:connect/about.adoc[Redpanda Connect] is integrated into Redpanda Cloud and available as a fully-managed service. Choose from a range of connectors, processors, and other components to quickly build and deploy streaming data pipelines or AI applications from the Cloud UI or using the link:/api/doc/cloud-dataplane/group/endpoint-redpanda-connect-pipeline[Data Plane API]. Comprehensive metrics, monitoring, and per pipeline scaling are also available. To start using Redpanda Connect, xref:develop:connect/connect-quickstart.adoc[try this quickstart].
219
294
220
-
xref:develop:managed-connectors/index.adoc[Kafka Connect] is disabled by default on all new clusters. To unlock this feature for your account, contact https://support.redpanda.com/hc/en-us/requests/new[Redpanda Support^]. Note that when Kafka Connect is enabled, there is a node running for Kafka Connect, even if connectors are not used.
295
+
xref:develop:managed-connectors/index.adoc[Kafka Connect] is disabled by default on all new clusters. To unlock this feature for your BYOC or Dedicated clusters, contact https://support.redpanda.com/hc/en-us/requests/new[Redpanda Support^]. Note that when Kafka Connect is enabled, there is a node running for Kafka Connect, even if connectors are not used.
221
296
222
297
== Redpanda Cloud vs Self-Managed feature compatibility
223
298
@@ -227,13 +302,13 @@ New clusters in Redpanda Cloud generally include functionality added in Self-Man
227
302
228
303
Redpanda Cloud deployments do not support the following functionality available in Redpanda Self-Managed deployments:
229
304
230
-
- Remote Read Replicas. This is in beta for Redpanda Cloud on AWS and GCP.
231
305
- Kafka API OIDC authentication. However, Redpanda Cloud does support xref:security:cloud-authentication.adoc#single-sign-on[SSO to the Redpanda Cloud UI].
232
306
- Admin API.
233
307
- FIPS-compliance mode.
234
308
- Kerberos authentication.
235
309
- Redpanda debug bundles.
236
310
- Redpanda Console topic documentation.
311
+
- Manual deserialization of Schema Registry
237
312
- Configuring access to object storage with customer-managed encryption key.
238
313
- Kubernetes Helm chart and Redpanda Operator functionality.
239
314
- The following `rpk` commands:
@@ -272,8 +347,7 @@ The following features are currently in beta in Redpanda Cloud:
Copy file name to clipboardExpand all lines: modules/get-started/pages/whats-new-cloud.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -377,7 +377,7 @@ When you create a BYOC or Dedicated cluster, you select a xref:reference:tiers/b
377
377
378
378
=== Serverless: limited availability
379
379
380
-
xref:get-started:cluster-types/serverless.adoc[Redpanda Serverless] moved out of beta and into limited availability (LA). This means that it has usage limits and no public SLA. During LA, existing clusters can scale to the usage limits, but new clusters may need to wait for availability. Serverless is the fastest and easiest way to start data streaming. It is a production-ready deployment option with automatically-scaling clusters available instantly. To start using Serverless, https://redpanda.com/try-redpanda/cloud-trial#serverless[sign up for a free trial^]. This is no base cost, and with pay-as-you-go billing after the trial, you only pay for what you consume.
380
+
xref:get-started:cluster-types/serverless.adoc[Redpanda Serverless] moved out of beta and into limited availability (LA). This means that it has usage limits. During LA, existing clusters can scale to the usage limits, but new clusters may need to wait for availability. Serverless is the fastest and easiest way to start data streaming. It is a production-ready deployment option with automatically-scaling clusters available instantly. To start using Serverless, https://redpanda.com/try-redpanda/cloud-trial#serverless[sign up for a free trial^]. This is no base cost, and with pay-as-you-go billing after the trial, you only pay for what you consume.
0 commit comments