An open API service indexing awesome lists of open source software.

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

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) |