helm-zabbix icon indicating copy to clipboard operation
helm-zabbix copied to clipboard

[zabbix-community/zabbix] External Databases

Open seanfariacustomink opened this issue 2 years ago • 2 comments

Allow Zabbix to connect to external databases (MySQL, PostgreSQL, MariaDB) via "values.yaml" and disable PostgreSQL DB creation.

seanfariacustomink avatar Jan 04 '23 15:01 seanfariacustomink

This issue is related with #18

aeciopires avatar Jan 08 '23 17:01 aeciopires

Our company is migrating most of its workloads to kubernetes, including zabbix.

In terms of offering a robust HA monitoring service, external database support is business critical. It allows us to connect self-managed AWS RDS databases that offer HA

xeberth avatar Aug 09 '23 19:08 xeberth

External databases are fully supported. We just only focus on Postgresql, as none of the maintainers of this Helm Chart have the need to support other DBMS. Especially for HA support, pre-initialization of DB schema, handling major release upgrades etc. there is quite a bit of work to do to support MySQL, and it would be continuous work to do and to verify with every new version of Zabbix. That's why we don't support MySQL / MariaDB with this Helm Chart right now. We are nevertheless open to look as (good, complete) PRs.

fibbs avatar Nov 18 '24 08:11 fibbs