openedx / openedx-k8s-harmony

A Prototype Helm Chart for deploying multiple Open edX instances (via Tutor) onto a cluster.
GNU Affero General Public License v3.0
10 stars 14 forks source link

Adding a subchart to host grafana as a global service #37

Closed felipemontoya closed 7 months ago

felipemontoya commented 1 year ago

Grafana can help operators monitor the health, performance, and resource utilization of their Kubernetes pods, nodes, and clusters.

We have discussed in #26 that one of the missing bits for this project is to offer some degree of monitoring. Adding a Grafana subchart should get that effort started.

Following the installation of metrics server in #17 issue #3 was split into this issue specific for grafana and another for prometheus.