Docker Keepalived: check if a HAProxy (in another container) is healthy
I have two Docker containers: 1 for Keepalived 1 for Haproxy The problem is that my track_script killall -0 haproxy (to check if haproxy is still alive) can't reach the process of haproxy (because it is in another container..) What…