HI morning,
I'm trying to deploy zabbix on kubernetes.
I'm using official containers (https://github.com/zabbix/zabbix), but I don't understand, how can create database replication.
I would deploy zabbix cluster with 3 zabbix servers (zabbix-server-0, zabbix-server1, zabbix-server-2) instances and each instances read/write from database a specific database pod, for example:
zabbix-server-0 -> zabbix-mysql-0
zabbix-server-1 -> zabbix-mysql-1
zabbix-server-2 -> zabbix-mysql-2
How can deploy it?
Thanks for the help
I'm trying to deploy zabbix on kubernetes.
I'm using official containers (https://github.com/zabbix/zabbix), but I don't understand, how can create database replication.
I would deploy zabbix cluster with 3 zabbix servers (zabbix-server-0, zabbix-server1, zabbix-server-2) instances and each instances read/write from database a specific database pod, for example:
zabbix-server-0 -> zabbix-mysql-0
zabbix-server-1 -> zabbix-mysql-1
zabbix-server-2 -> zabbix-mysql-2
How can deploy it?
Thanks for the help
Comment