We want to evaluate whether Apache Superset can be of use for us when it comes to collecting platform statistics, e.g. T343719
To test this, deploy a Superset instance into our cluster, using the official Helm Chart: https://github.com/apache/superset/tree/master/helm/superset
The deployment should run against a dedicated MariaDB replica, so we'll need to configure the database chart accordingly as well.
Acceptance Criteria:
- deployed instance of superset that is not accessible to the outside internet without authentification
- configured to read from a new read only mariadb replica
Patches: