Compatibility:
Source: See rook.io website for more details.
Rook turns distributed storage systems into self-managing, self-scaling, self-healing storage services.
It automates the tasks of a storage administrator: deployment, bootstrapping, configuration, provisioning, scaling, upgrading, migration, disaster recovery, monitoring, and resource management.
This addon deploys the Rook Kubernetes Operator for Ceph.
Usage
To enable the addon:
microk8s enable rook-ceph
The addon can be disabled at any time with:
microk8s disable rook-ceph
Specify Rook version
It is possible to specify the Rook version to install using the --rook-version
argument when enabling the addon:
microk8s enable rook-ceph --rook-version v1.11.9
Consume storage from external Ceph clusters
When enabled, the addon enhances the microk8s
cli with a connect-external-ceph
command through which you can import external Ceph clusters:
Explore the available options of this command with:
microk8s connect-external-ceph --help
Links
To learn more about Rook and Ceph visit: