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
28 changes: 22 additions & 6 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,11 @@
*** xref:develop:managed-connectors/create-snowflake-connector.adoc[Snowflake Sink Connector]

* xref:manage:index.adoc[Manage]
** xref:manage:rpk/index.adoc[Redpanda CLI]
*** xref:manage:rpk/intro-to-rpk.adoc[]
*** xref:manage:rpk/rpk-install.adoc[]
*** xref:manage:rpk/broker-admin.adoc[]
*** xref:manage:rpk/config-rpk-profile.adoc[]
** xref:manage:cluster-maintenance/index.adoc[Cluster Maintenance]
*** xref:manage:cluster-maintenance/cluster-state.adoc[]
*** xref:manage:maintenance.adoc[]
Expand All @@ -425,13 +430,7 @@
**** xref:manage:audit-logging/audit-log-samples.adoc[]
*** xref:manage:cluster-maintenance/manage-throughput.adoc[]
*** xref:manage:cluster-maintenance/configure-availability.adoc[]
** xref:manage:monitor-cloud.adoc[]
** xref:manage:mountable-topics.adoc[]
** xref:manage:rpk/index.adoc[Redpanda CLI]
*** xref:manage:rpk/intro-to-rpk.adoc[]
*** xref:manage:rpk/rpk-install.adoc[]
*** xref:manage:rpk/broker-admin.adoc[]
*** xref:manage:rpk/config-rpk-profile.adoc[]
** xref:manage:iceberg/index.adoc[Iceberg]
*** xref:manage:iceberg/about-iceberg-topics.adoc[]
*** xref:manage:iceberg/specify-iceberg-schema.adoc[]
Expand All @@ -449,6 +448,13 @@
*** xref:manage:schema-reg/record-deserialization.adoc[Deserialization]
*** xref:manage:schema-reg/programmable-push-filters.adoc[Programmable Push Filters]
*** xref:manage:schema-reg/edit-topic-configuration.adoc[Edit Topic Configuration]
** xref:manage:disaster-recovery/index.adoc[Disaster Recovery]
*** xref:manage:disaster-recovery/shadowing/index.adoc[Shadowing]
**** xref:manage:disaster-recovery/shadowing/overview.adoc[Overview]
**** xref:manage:disaster-recovery/shadowing/setup.adoc[Configure Shadowing]
**** xref:manage:disaster-recovery/shadowing/monitor.adoc[Monitor Shadowing]
**** xref:manage:disaster-recovery/shadowing/failover.adoc[Failover]
**** xref:manage:disaster-recovery/shadowing/failover-runbook.adoc[Failover Runbook]
** xref:manage:api/index.adoc[Cloud API]
*** link:/api/doc/cloud-controlplane/topic/topic-quickstart[Cloud API Quickstart]
*** link:/api/doc/cloud-controlplane/topic/topic-cloud-api-overview[Cloud API Overview]
Expand All @@ -461,6 +467,7 @@
*** link:/api/doc/cloud-controlplane/topic/topic-error-and-status-codes[Cloud API Errors and Status Codes]
*** link:/api/doc/cloud-controlplane/topic/topic-deprecation-policy[Cloud API Deprecation Policy]
** xref:manage:terraform-provider.adoc[]
** xref:manage:monitor-cloud.adoc[]

* xref:billing:index.adoc[Billing]
** xref:billing:billing.adoc[]
Expand Down Expand Up @@ -598,6 +605,15 @@
***** xref:reference:rpk/rpk-security/rpk-security-user-delete.adoc[]
***** xref:reference:rpk/rpk-security/rpk-security-user-update.adoc[]
***** xref:reference:rpk/rpk-security/rpk-security-user-list.adoc[]
*** xref:reference:rpk/rpk-shadow/rpk-shadow.adoc[]
**** xref:reference:rpk/rpk-shadow/rpk-shadow-config-generate.adoc[]
**** xref:reference:rpk/rpk-shadow/rpk-shadow-create.adoc[]
**** xref:reference:rpk/rpk-shadow/rpk-shadow-delete.adoc[]
**** xref:reference:rpk/rpk-shadow/rpk-shadow-describe.adoc[]
**** xref:reference:rpk/rpk-shadow/rpk-shadow-failover.adoc[]
**** xref:reference:rpk/rpk-shadow/rpk-shadow-list.adoc[]
**** xref:reference:rpk/rpk-shadow/rpk-shadow-status.adoc[]
**** xref:reference:rpk/rpk-shadow/rpk-shadow-update.adoc[]
*** xref:reference:rpk/rpk-topic/rpk-topic.adoc[]
**** xref:reference:rpk/rpk-topic/rpk-topic-add-partitions.adoc[]
**** xref:reference:rpk/rpk-topic/rpk-topic-alter-config.adoc[]
Expand Down
6 changes: 6 additions & 0 deletions modules/get-started/pages/whats-new-cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ This page lists new features added to Redpanda Cloud.

== December 2025

=== Shadowing

Redpanda Cloud now supports xref:manage:disaster-recovery/shadowing/overview.adoc[Shadowing], a disaster recovery solution that provides asynchronous, offset-preserving replication between distinct Redpanda clusters. Shadowing enables cross-region data protection by replicating topic data, configurations, consumer group offsets, ACLs, and Schema Registry data with byte-level fidelity.The shadow cluster operates in read-only mode while continuously receiving updates from the source cluster. During a disaster, you can failover individual topics or an entire shadow link to make resources fully writable for production traffic.

Shadowing is supported on BYOC and Dedicated clusters running Redpanda version 25.3 and later.

=== Metrics for Serverless

You can now view and export metrics from Serverless clusters to third-party monitoring systems like Prometheus and Grafana. See xref:manage:monitor-cloud.adoc[Monitor Redpanda Cloud] for details on configuring monitoring for your Serverless cluster and xref:reference:public-metrics-reference.adoc[Metrics Reference] for a list of metrics available in Serverless.
Expand Down
8 changes: 8 additions & 0 deletions modules/manage/pages/disaster-recovery/index.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
= Disaster Recovery
:description: Learn about disaster recovery options for Redpanda Cloud.
:page-layout: index


Shadowing complements Redpanda's existing availability and recovery capabilities. High availability actively protects your day-to-day operations, handling reads and writes seamlessly during node or availability zone failures within a region. Shadowing is your safety net for catastrophic regional disasters. Shadowing delivers near real-time, cross-region replication for mission-critical applications that require rapid failover with minimal data loss.

NOTE: Shadowing is supported on BYOC and Dedicated clusters running Redpanda version 25.3 and later.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= Failover Runbook
:description: Step-by-step runbook for failover procedures in disaster recovery.

include::ROOT:manage:disaster-recovery/shadowing/failover-runbook.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= Configure Failover
:description: Learn how to configure failover for disaster recovery.

include::ROOT:manage:disaster-recovery/shadowing/failover.adoc[tag=single-source]
5 changes: 5 additions & 0 deletions modules/manage/pages/disaster-recovery/shadowing/index.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
= Shadowing
:description: Learn about shadowing for disaster recovery in Redpanda Cloud.
:page-layout: index

NOTE: Shadowing is supported on BYOC and Dedicated clusters running Redpanda version 25.3 and later.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= Monitor Shadowing
:description: Learn how to monitor shadowing for disaster recovery.

include::ROOT:manage:disaster-recovery/shadowing/monitor.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= Shadowing Overview
:description: Overview of shadowing for disaster recovery in Redpanda Cloud.

include::ROOT:manage:disaster-recovery/shadowing/overview.adoc[tag=single-source]
4 changes: 4 additions & 0 deletions modules/manage/pages/disaster-recovery/shadowing/setup.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= Configure Shadowing
:description: Learn how to configure shadowing for disaster recovery.

include::ROOT:manage:disaster-recovery/shadowing/setup.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= rpk shadow config generate

include::ROOT:reference:rpk/rpk-shadow/rpk-shadow-config-generate.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= rpk shadow create

include::ROOT:reference:rpk/rpk-shadow/rpk-shadow-create.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= rpk shadow delete

include::ROOT:reference:rpk/rpk-shadow/rpk-shadow-delete.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= rpk shadow describe

include::ROOT:reference:rpk/rpk-shadow/rpk-shadow-describe.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= rpk shadow failover

include::ROOT:reference:rpk/rpk-shadow/rpk-shadow-failover.adoc[tag=single-source]
3 changes: 3 additions & 0 deletions modules/reference/pages/rpk/rpk-shadow/rpk-shadow-list.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= rpk shadow list

include::ROOT:reference:rpk/rpk-shadow/rpk-shadow-list.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= rpk shadow status

include::ROOT:reference:rpk/rpk-shadow/rpk-shadow-status.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= rpk shadow update

include::ROOT:reference:rpk/rpk-shadow/rpk-shadow-update.adoc[tag=single-source]
3 changes: 3 additions & 0 deletions modules/reference/pages/rpk/rpk-shadow/rpk-shadow.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= rpk shadow

include::ROOT:reference:rpk/rpk-shadow/rpk-shadow.adoc[tag=single-source]