Tag: haproxy
-
Bringing the light of monitoring with Prometheus
Not a long time ago we discussed how to build a Mesos cluster. Today I want to speak about how to monitor it. This question might be very simple in case of monolithic applications, but when we speak about dozens (or even more than 1) of servers, the problem becomes…
-
Mesos as a Docker containers farm
When a developer starts his/her first microservice application, he/she usually doesn't worry about such an interesting thing like Orchestration. All he/she you have are 2-4 servers and Ansible scripts which solve most of the problems. But once your application becomes bigger or you decide to use one…