Hey Paul thanks for your response!
Sadly I can't find any information about the prequerities just 7GB Ram to run the whole datahub in minikube, also no hints inside the values file for mysql
A bit more clarification to the other points:
(2) Since we are on prem, we need to request machines from the it service to store the external databases. To make this a bit less complex we were wondering if we could just outsource the mysql and keep elasticsearch inside kubernetes. The documentation says if the delete the elasticsearch component dataset profiles and timeseries will be lost. If we don't care about dataset usage or changes over time at the moment, would there be other critical information which we couldn't restore from the mysql backup?
(3) We were struggling to get MSSQL with encrypted connection running. Since we wanted to give a better user experience to the main users we wanted to make it possible through UI-Ingestion.
To enhance the actions container we currently added a postStart parameter into the helm chart which installs the mssql driver and rewrites the script which is creating the ingestion venvs.
There was no other way to make pyodbc available inside the mssql venv (there is a mysql-odbc option inside the setup.py but it is currently excluded). This seems a bit dirty and we were wondering if there is a better alternative.