Hi,

I've been working on a mgr module to push some types of ceph system activity into the kubernetes events api, so kubernetes users get a more granular  view of what's going on within the ceph cluster.

The code is not complete, but if you're interested it's here -
https://github.com/pcuzner/ceph/blob/add-events-mgr-module/src/pybind/mgr/k8sevents/module.py

At this point it does the following;
Interested to hear if there are any other ceph 'events' that I should be considering

Cheers,

PC