Ceph

ceph github

https://github.com/ceph/ceph

Ceph for object storage, block storage and network file system

Ceph uniquely delivers object, block, and file storage in one unified system. differences: https://cloudian.com/blog/object-storage-vs-block-storage/

for cephFS, https://docs.ceph.com/docs/master/

what does NFS/CIFS deployable mean?

how to begin:

https://docs.ceph.com/docs/master/start/intro/ Whether you want to provide Ceph Object Storage and/or Ceph Block Device services to Cloud Platforms, deploy a Ceph File System or use Ceph for another purpose, all Ceph Storage Cluster deployments begin with setting up each Ceph Node, your network, and the Ceph Storage Cluster.

ceph ansible playbook?

ceph can be installed by cephadm (like k8s by kubeadm):

https://docs.ceph.com/docs/master/bootstrap/#installation-cephadm cannot get cephadm from yum install, need to install ceph repos and get rpms

构造好ceph cluster,现在的问题是怎么和k8s联合起来?

0%