Skip to content

Commit a395246

Browse files
authored
Update explanation.md with new security items
- Add "Ceph architecture" section - Link to new security explanation items - Move "Security" section up
1 parent d11d59c commit a395246

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

charmed-ceph/explanation.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
This section provides explanatory and conceptual guides as well as a technical background on topics. It is meant to help you expand your knowledge of the Ceph ecosystem.
22

3+
## Ceph architecture
4+
5+
An overview of the general Ceph architecture with some of the components that can be deployed.
6+
7+
* [General Ceph architecture](https://ubuntu.com/ceph/docs/ceph-architecture)
8+
39
## Storage types
410

511
Ceph provides object, block, and file based storage on commodity hardware.
@@ -15,14 +21,20 @@ Pools constitute the basic building blocks of a Ceph cluster. They allow for hig
1521
* [Replicated pools](/t/18805)
1622
* [Erasure-coded pools](/t/18807)
1723

18-
## RADOS Gateway multi-site replication
24+
## Security
1925

20-
Charmed Ceph supports multi-site replication with the Ceph RADOS Gateway. This provides even more resilience to your object storage by replicating it to geographically separated Ceph clusters. This is of particular importance for active backup and disaster recovery scenarios where a site is compromised and access to data would be otherwise lost.
26+
Learn about security topics applicable to Charmed Ceph.
2127

22-
* [RADOS Gateway multi-site replication](/t/35992)
28+
* [Attack surface](https://ubuntu.com/ceph/docs/attack-surface)
29+
* [Access controls](https://ubuntu.com/ceph/docs/access-controls)
30+
* [Secrets](https://ubuntu.com/ceph/docs/secrets)
31+
* [Encryption](https://ubuntu.com/ceph/docs/encryption)
32+
* [Best practices for Secure deployment](https://ubuntu.com/ceph/docs/secure-deployment)
33+
* [Best practices for Secure operation](https://ubuntu.com/ceph/docs/secure-operation)
34+
* [Cryptography](https://ubuntu.com/ceph/docs/cryptographic-technologies-in-charmed-ceph)
2335

24-
## Security
36+
## RADOS Gateway multi-site replication
2537

26-
Learn about security topics applicable to Charmed Ceph.
38+
Charmed Ceph supports multi-site replication with the Ceph RADOS Gateway. This provides even more resilience to your object storage by replicating it to geographically separated Ceph clusters. This is of particular importance for active backup and disaster recovery scenarios where a site is compromised and access to data would be otherwise lost.
2739

28-
* [Full disk encryption](/t/68576)
40+
* [RADOS Gateway multi-site replication](/t/35992)

0 commit comments

Comments
 (0)