-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Contributing to Ceph Dashboard
afreen23 edited this page Apr 14, 2025
·
1 revision
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.
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.