On the bare metal snapshot hosts, we currently have a dumps monitor process that is configured to run on snapshot1010.
The function of that script is described here: https://wikitech.wikimedia.org/wiki/Dumps/Current_Architecture#Monitor_node
On one host, the monitor script runs a python script for each wiki that checks for and removes stale lock files from dump processes that have died, and updates the central index.html file which shows the dumps in progress and the status of the dumps that have completed (i.e. http://dumps.wikimedia.org/backup-index.html ).
We need to migrate this functionality to the dse-k8s cluster.
