From: Javi L. <ja...@le...> - 2022-04-19 18:14:50
|
Hi Roberto, You could keep all 3 servers, install docker on each one and start only one container with one server (zabbix-server, database and PHP frontend). The downside is security, since you will need to expose TCP 3306 port to the servers and so on. Regards. Javier El mar., 19 abr. 2022 17:53, Roberto Carna <rob...@gm...> escribió: > Dear all, nowadays I have a Zabbix platform defined with three > servers: one for mysql, the other for web frontend and the last for > zabbix server. This was made in order to have a lot of hosts and items > in a large environment and the system load is ok in this way. > > But in the near future, we want to migrate to Zabbix over Docker. I > could see lots of tutorials for Zabbix installation over Docker, but > all of them talk about installing the three components (zabbix server, > mysql and apache) in the same Docker host. > > For large environments like mine, do you recommend installing three > Docker hosts, each containing just one component of Zabbix? For > example, Host Docker 1 with mysql, Host Docker 2 with Apache and Host > Docker 3 with Zabbix server. Is there any documentation for this case? > > Thanks in advance, greetings !!! > > > _______________________________________________ > Zabbix-users mailing list > Zab...@li... > https://lists.sourceforge.net/lists/listinfo/zabbix-users > |