Client CRD
Rook allows creation and updating clients through the custom resource definitions (CRDs). For more information about user management and capabilities see the Ceph docs.
Use Case¶
Use Client CRD in case you want to integrate Rook with applications that are using LibRBD directly. For example for OpenStack deployment with Ceph backend use Client CRD to create OpenStack services users.
The Client CRD is not needed for Flex or CSI driver users. The drivers create the needed users automatically.
Creating Ceph User¶
To get you started, here is a simple example of a CRD to configure a Ceph client with capabilities.
Prerequisites¶
This guide assumes you have created a Rook cluster as explained in the main Quickstart guide.