- Ceph Cookbook(Second Edition)
- Vikhyat Umrao Michael Hackett Karan Singh
- 198字
- 2021-07-02 23:19:16
Understanding Ceph object storage
Object storage cannot be directly accessed by an operating system as a disk of a filesystem. Rather, it can only be accessed via API at the application level. Ceph is a distributed object storage system that provides an object storage interface via the Ceph object gateway, also known as the RADOS Gateway (RGW) interface, which has been built on top of the Ceph RADOS layer. The RGW uses librgw (RADOS Gateway Library) and librados, allowing applications to establish a connection with the Ceph object storage. The RGW provides applications with a RESTful S3 / Swift-compatible API interface to store data in the form of objects in the Ceph cluster. Ceph also supports multitenant object storage, accessible via RESTful API. In addition to this, the RGW also supports Ceph Admin APIs that can be used to manage the Ceph storage cluster using native API calls.
The librados software libraries are very flexible and can allow user applications to directly access the Ceph storage cluster via C, C++, Java, Python, and PHP bindings. Ceph object storage also has multisite capabilities, that is, it provides solutions for disaster recovery.
The following image represents a Ceph object storage:

- Learning Microsoft Azure Storage
- Getting Started with Containerization
- 大數據時代的數據挖掘
- 自主研拋機器人技術
- Kubernetes for Serverless Applications
- 云原生架構進階實戰
- LAMP網站開發黃金組合Linux+Apache+MySQL+PHP
- Docker on Amazon Web Services
- Citrix? XenDesktop? 7 Cookbook
- SQL Server數據庫應用基礎(第2版)
- 3ds Max造型表現藝術
- 計算機應用基礎實訓·職業模塊
- 從機器學習到無人駕駛
- 系統安裝、維護與數據備份技巧
- 大數據:從基礎理論到最佳實踐