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

Update SM vs Cloud features compatibility #122

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
18 changes: 11 additions & 7 deletions modules/get-started/pages/cloud-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -220,17 +220,21 @@ NOTE: To create a Redpanda cluster in your virtual private cloud (VPC), follow t

== Redpanda Cloud vs Self-Managed feature compatibility

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. However, 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.

Redpanda Cloud deployments do not support the following functionality available in Redpanda Self-Managed deployments:

- FIPS-compliance mode
- Data transforms (currently in beta for Redpanda Cloud)
- Remote Read Replicas (currently in beta for Redpanda Cloud)
- Integration with Apache Iceberg (private beta for Redpanda Cloud: to unlock this feature, contact https://support.redpanda.com/hc/en-us/requests/new[Redpanda support^])
- Data transforms (beta for Redpanda Cloud)
- Remote Read Replicas (beta for Redpanda Cloud)
- Kafka API OIDC authentication (however, Redpanda Cloud does support xref:security:cloud-authentication.adoc#single-sign-on[user authentication to an organization with SSO])
- Admin API
- FIPS-compliance mode
- Kerberos authentication
- Redpanda debug bundles
- Redpanda Console topic documentation
- Setting `auto_create_topics_enabled=true`
- Admin API
- Customer-managed encryption keys for Tiered Storage
- The following `rpk` commands:

** `rpk cluster config`
Expand All @@ -245,11 +249,11 @@ Redpanda Cloud deployments do not support the following functionality available
** `rpk debug`
** `rpk iotune`
** `rpk redpanda`
** `rpk topic describe-storage` (all other `rpk topic` commands are supported on both Redpanda Cloud and self-managed)
** `rpk transform` (currently in beta for Redpanda Cloud)
** `rpk topic describe-storage` (all other `rpk topic` commands are supported on both Redpanda Cloud and Self Managed)
** `rpk transform` (beta for Redpanda Cloud)
** `rpk generate app` (supported in Serverless clusters only)
** `rpk security user` (supported in Serverless clusters only)

+
NOTE: The `rpk cloud` commands are not supported in self-managed deployments.

== Next steps
Expand Down