Skip to content

Commit c71ae57

Browse files
committed
docs: group cloud storage components under architecture/cloud-storage
Move Ceph, Rook, Chorus, Arbiter, and Prysm into a dedicated `architecture/cloud-storage/` section so the sidebar reflects the logical relationship between these components — they are all part of the same storage stack rather than independent top-level topics. Add `cloud-storage/index.md` as the section landing page with a summary table linking all five components and describing their roles. Update `architecture/index.md` to point to the new group instead of linking Ceph directly. Internal cross-links between the moved files are unaffected since they are siblings within the same folder.
1 parent 5e605d9 commit c71ae57

7 files changed

Lines changed: 16 additions & 1 deletion

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Cloud Storage
3+
---
4+
5+
# Cloud Storage
6+
7+
CobaltCore's cloud storage layer is built on [Ceph](./ceph.md), an open-source, distributed storage system that delivers object, block, and file storage in a single unified platform. The surrounding components manage its lifecycle, replication, observability, and high-availability configuration.
8+
9+
| Component | Role |
10+
|-----------|------|
11+
| [Ceph](./ceph.md) | Distributed storage engine |
12+
| [Rook](./rook.md) | Kubernetes operator that automates Ceph deployment and management |
13+
| [Chorus](./chorus.md) | Data replication across object storage systems |
14+
| [Arbiter](./arbiter.md) | External arbiter monitors for Ceph quorum in stretched clusters |
15+
| [Prysm](./prysm.md) | Observability CLI for Ceph clusters and RGW deployments |
File renamed without changes.
File renamed without changes.

docs/architecture/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ CobaltCore is built on top of OpenStack and IronCore, leveraging their capabilit
1313
- **Greenhouse**: The monitoring and management tool that provides insights into the health and performance of the CobaltCore environment.
1414
- [**HA Service**](./cluster#ha-service): The high availability service that ensures critical workloads remain operational even in the event of failures.
1515
- [**Cortex**](./cortex): Smart initial placement and scheduling service for compute, storage, and network in cloud-native cloud environments.
16-
- [**Ceph**](./ceph): An all-in-one storage system that provides object, block, and file storage and delivers extraordinary scalability.
16+
- [**Cloud Storage**](./cloud-storage): Ceph-based distributed storage stack including Rook, Chorus, Arbiter, and Prysm for lifecycle management, replication, quorum, and observability.

0 commit comments

Comments
 (0)