这是indexloc提供的服务,不要输入任何密码
Skip to content

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.

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.

Clone this wiki locally