Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Rook Toolbox

The Rook toolbox is a container with common tools used for rook debugging and testing. The rook toolbox can run as a deployment in a Kubernetes cluster where you can connect and run arbitrary Ceph commands. Launch the rook-ceph-tools pod and enter inside

...

When you are done with the toolbox, you can remove the deployment kubectl -n rook-ceph delete deploy/rook-ceph-tools.

Ceph Dashboard

The dashboard is a very helpful tool to give you an overview of the status of your Ceph cluster, including overall health, status of the mon quorum, status of the mgr, osd, and other Ceph daemons, view pools and PG status, show logs for the daemons, and more.

...