From: Guus S. <gsn...@gm...> - 2022-04-20 08:38:31
|
Op wo 20 apr. 2022 08:22 schreef Victor Sudakov <va...@si...>: > Roberto Carna wrote: > > > > 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? > > Hello Roberto, > > If you are going to use three Docker hosts (three physical boxes?) why > would you want to migrate to Docker at all? > A wild guess would be: docker for flexibility, separate hosts for performance? Assuming of course that the 3 original hosts are also monitored for performance :). I do wonder if the load on the web and the DB hosts are high enough to warrant being on separate hosts. Mvg, Guus |