1 Contributing to Ceph Dashboard
afreen23 edited this page 2025-04-14 15:21:46 +05:30

Ceph Dashboard is Ceph's management and monitoring tool. It's a web application tool with Angular/Typescript on frontend side and Python as backend.

Development

The Dashboard frontend code is under /ceph/src/pybind/mgr/dashboard/frontend under ceph repo,

Docker This is the default way to build ceph dashboard and allows to quickly setup the ceph cluster with pre-configured defaults. Start your ceph dashboard development environment using instructions here.

KCLI KCLI dev environment mimics the real world ceph cluster. To setup your dashboard based dev environment follow the steps here.