https://github.com/vutrandn94/ceph-cluster-install
Ceph cluster install
https://github.com/vutrandn94/ceph-cluster-install
ceph ceph-cluster cephadm cephfs nfs
Last synced: 5 months ago
JSON representation
Ceph cluster install
- Host: GitHub
- URL: https://github.com/vutrandn94/ceph-cluster-install
- Owner: vutrandn94
- Created: 2025-09-05T01:27:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-09T04:02:25.000Z (11 months ago)
- Last Synced: 2025-09-09T04:57:46.779Z (11 months ago)
- Topics: ceph, ceph-cluster, cephadm, cephfs, nfs
- Homepage:
- Size: 663 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ceph All-In-One
> [!NOTE]
> This document is focus to deploy and tutorial use. To deep dive with Ceph. Please reference main document of CEPH https://docs.ceph.com/en/latest/
| Use case | Tutorial file |
| :--- | :--- |
| Deploy new cluster with cephadm | [install-ceph-cluster-cephadm.md](https://github.com/vutrandn94/ceph-cluster-install/blob/main/install-ceph-cluster-cephadm.md) |
| Create and use Ceph Filesystem (CephFS) | [ceph-filesystem.md](https://github.com/vutrandn94/ceph-cluster-install/blob/main/ceph-filesystem.md) |
| Create and use Ceph Block Device | [ceph-blockdevice.md](https://github.com/vutrandn94/ceph-cluster-install/blob/main/ceph-blockdevice.md) |
| Create NFS with CephFS Backend | [nfs-cephfs-backend.md](https://github.com/vutrandn94/ceph-cluster-install/blob/main/nfs-cephfs-backend.md)
| Integrate CEPH-CSI with K8S | [integrate-ceph-csi-k8s.md](https://github.com/vutrandn94/ceph-cluster-install/blob/main/integrate-ceph-csi-k8s.md) |