Dashboards To View Jobs In A Nice Cohesive Way

Kubernetes Jobs are great. Developers I work with can run hundreds of parallel Tasks. However, I am finding it difficult to find good UIs that display their Jobs in a cohesive way so that they can see at a glance what failed and what succeeded. A requirement is that one Development team cannot see the jobs of another Development team, which is why I am not sure if the Kubernetes Dashboard is a good choice.

Does anyone have recommendations on UI’s that provide nice visibility into the success/failure of many jobs a given team might run?