From 96439ff6dc210e2bf7ebe78d4c5eb7186fa61ece Mon Sep 17 00:00:00 2001 From: Michele Cyran Date: Thu, 14 Nov 2024 13:58:29 -0700 Subject: [PATCH 1/3] update SM vs Cloud features compatibility add debug bundles and customer-managed encryption keys for TS --- modules/get-started/pages/cloud-overview.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/get-started/pages/cloud-overview.adoc b/modules/get-started/pages/cloud-overview.adoc index d69171a..6fb8ed4 100644 --- a/modules/get-started/pages/cloud-overview.adoc +++ b/modules/get-started/pages/cloud-overview.adoc @@ -229,8 +229,10 @@ Redpanda Cloud deployments do not support the following functionality available - Kerberos authentication - Redpanda debug bundles - Redpanda Console topic documentation +- Redpanda Console debug bundles - Setting `auto_create_topics_enabled=true` - Admin API +- Customer-managed encryption keys for Tiered Storage - The following `rpk` commands: ** `rpk cluster config` @@ -245,7 +247,7 @@ 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 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 generate app` (supported in Serverless clusters only) ** `rpk security user` (supported in Serverless clusters only) From 413b0cc8d78fff348cb9eb318fc747ae9c2ce00f Mon Sep 17 00:00:00 2001 From: Michele Cyran Date: Wed, 20 Nov 2024 13:20:41 -0700 Subject: [PATCH 2/3] note fully-managed Cloud includes cluster maintenance --- modules/get-started/pages/cloud-overview.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/get-started/pages/cloud-overview.adoc b/modules/get-started/pages/cloud-overview.adoc index 6fb8ed4..cad6b32 100644 --- a/modules/get-started/pages/cloud-overview.adoc +++ b/modules/get-started/pages/cloud-overview.adoc @@ -220,8 +220,11 @@ 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: +- Admin API - FIPS-compliance mode - Data transforms (currently in beta for Redpanda Cloud) - Remote Read Replicas (currently in beta for Redpanda Cloud) @@ -229,9 +232,7 @@ Redpanda Cloud deployments do not support the following functionality available - Kerberos authentication - Redpanda debug bundles - Redpanda Console topic documentation -- Redpanda Console debug bundles - Setting `auto_create_topics_enabled=true` -- Admin API - Customer-managed encryption keys for Tiered Storage - The following `rpk` commands: From 5936158505b3d9b7e82fe0f471bf4dc932783183 Mon Sep 17 00:00:00 2001 From: Michele Cyran Date: Wed, 20 Nov 2024 16:44:30 -0700 Subject: [PATCH 3/3] add Iceberg integration to list + reorder list for better readability --- modules/get-started/pages/cloud-overview.adoc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/modules/get-started/pages/cloud-overview.adoc b/modules/get-started/pages/cloud-overview.adoc index cad6b32..7f904e0 100644 --- a/modules/get-started/pages/cloud-overview.adoc +++ b/modules/get-started/pages/cloud-overview.adoc @@ -224,11 +224,12 @@ New clusters in Redpanda Cloud generally include functionality added in Self-Man Redpanda Cloud deployments do not support the following functionality available in Redpanda Self-Managed deployments: +- 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 -- Data transforms (currently in beta for Redpanda Cloud) -- Remote Read Replicas (currently in 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]) - Kerberos authentication - Redpanda debug bundles - Redpanda Console topic documentation @@ -249,10 +250,10 @@ Redpanda Cloud deployments do not support the following functionality available ** `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 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