Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Business Continuity and Disaster Recovery
description: Business Continuity Plan (BCP) and Disaster Recovery (DR) with online DR readiness.
menu:
docs_{{ .version }}:
identifier: capabilities-business-continuity-disaster-recovery
name: Business Continuity and Disaster Recovery
parent: capabilities
weight: 30
product_name: kubestash
menu_name: docs_{{ .version }}
section_menu_id: concepts
---

# Business Continuity and Disaster Recovery

KubeStash provides a complete Business Continuity Plan (BCP) and Disaster Recovery (DR) solution with online DR readiness for Kubernetes workloads and databases. `BackupBlueprint` standardizes how every workload is protected, `RetentionPolicy` enforces the long-term retention windows that BCP frameworks require, and `BackupVerifier` proves recoverability on a schedule. A `RestoreSession` can target a separate cluster, so the DR site is online and ready to be promoted at any time. Combined with engine-level high availability from KubeDB, the result is an always-ready DR posture with defined RPO and RTO.

## Related concepts

- [BackupConfiguration](../../crds/backupconfiguration/)
- [BackupBlueprint](../../crds/backupblueprint/)
- [RestoreSession](../../crds/restoresession/)
- [RetentionPolicy](../../crds/retentionpolicy/)
- [BackupVerifier](../../crds/backupverifier/)
1 change: 1 addition & 0 deletions docs/concepts/what-is-kubestash/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ section_menu_id: concepts
| Auto Backup | Share backup configuration across workloads using templates. Enable backup for a target application via annotation. |
| Point-In-Time Recovery (PITR) | Restore a set of files from a time in the past. |
| Role Based Access Control (RBAC) | |
| Business Continuity and Disaster Recovery | BCP and DR posture with online DR readiness. Cross-cluster RestoreSession, BackupBlueprint, RetentionPolicy, and BackupVerifier together keep the DR site continuously ready to take over. |
Loading