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
* update SM vs Cloud features compatibility
add debug bundles and customer-managed encryption keys for TS
* note fully-managed Cloud includes cluster maintenance
* add Iceberg integration to list
+ reorder list for better readability
* incorporate Joyce's edits in PR143
* reword setting auto_create_topics_enabled to true
* style fixes
* fix wording for SSO + update intro
* minor edits
Copy file name to clipboardExpand all lines: modules/get-started/pages/cloud-overview.adoc
+21-15Lines changed: 21 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,17 +220,23 @@ NOTE: To create a Redpanda cluster in your virtual private cloud (VPC), follow t
220
220
221
221
== Redpanda Cloud vs Self-Managed feature compatibility
222
222
223
+
Because Redpanda Cloud is a fully-managed service that provides maintenance, data and partition balancing, upgrades, and recovery, much of the cluster maintenance required for Self-Managed users is not necessary for Redpanda Cloud users. Also, Redpanda Cloud is opinionated about Kafka configurations. For example, automatic topic creation is disabled. Some systems expect the Kafka service to automatically create topics when a message is produced to a topic that doesn't exist. (You can create topics in Redpanda Cloud on the *Topics* page or with `rpk topic create`.)
224
+
225
+
New clusters in Redpanda Cloud generally include functionality added in Self-Managed versions immediately. Existing clusters include new functionality when they get upgraded to the latest version.
226
+
223
227
Redpanda Cloud deployments do not support the following functionality available in Redpanda Self-Managed deployments:
224
228
225
-
- FIPS-compliance mode
226
-
- Data transforms (currently in beta for Redpanda Cloud)
227
-
- Remote Read Replicas (currently in beta for Redpanda Cloud)
228
-
- Kafka API OIDC authentication (however, Redpanda Cloud does support xref:security:cloud-authentication.adoc#single-sign-on[user authentication to an organization with SSO])
229
-
- Kerberos authentication
230
-
- Redpanda debug bundles
231
-
- Redpanda Console topic documentation
232
-
- Setting `auto_create_topics_enabled=true`
233
-
- Admin API
229
+
- Integration with Apache Iceberg. For private beta access on BYOC, contact https://support.redpanda.com/hc/en-us/requests/new[Redpanda Support^].
230
+
- Data transforms. For private beta access, contact https://support.redpanda.com/hc/en-us/requests/new[Redpanda Support^].
231
+
- Remote Read Replicas. This is in beta for Redpanda Cloud.
232
+
- Kafka API OIDC authentication. However, Redpanda Cloud does support xref:security:cloud-authentication.adoc#single-sign-on[SSO to the Redpanda Cloud UI].
233
+
- Admin API.
234
+
- FIPS-compliance mode.
235
+
- Kerberos authentication.
236
+
- Redpanda debug bundles.
237
+
- Redpanda Console topic documentation.
238
+
- Configuring access to object storage with customer-managed encryption key.
239
+
- Kubernetes Helm chart and Redpanda Operator functionality.
234
240
- The following `rpk` commands:
235
241
236
242
** `rpk cluster config`
@@ -245,12 +251,12 @@ Redpanda Cloud deployments do not support the following functionality available
245
251
** `rpk debug`
246
252
** `rpk iotune`
247
253
** `rpk redpanda`
248
-
** `rpk topic describe-storage` (all other `rpk topic` commands are supported on both Redpanda Cloud and self-managed)
249
-
** `rpk transform` (currently in beta for Redpanda Cloud)
250
-
** `rpk generate app` (supported in Serverless clusters only)
251
-
** `rpk security user` (supported in Serverless clusters only)
252
-
253
-
NOTE: The `rpk cloud` commands are not supported in self-managed deployments.
254
+
** `rpk topic describe-storage` (All other `rpk topic` commands are supported on both Redpanda Cloud and Self Managed.)
255
+
** `rpk transform` (This is in beta for Redpanda Cloud.)
256
+
** `rpk generate app` (This is supported in Serverless clusters only.)
257
+
** `rpk security user` (This is supported in Serverless clusters only.)
258
+
+
259
+
NOTE: The `rpk cloud` commands are not supported in Self-Managed deployments.
254
260
255
261
== Next steps
256
262
* xref:get-started:cluster-types/serverless.adoc[Create a Serverless Cluster]
0 commit comments