Skip to content

Added Follower Mode

Choose a tag to compare

@relistan relistan released this 27 Mar 14:30
· 35 commits to master since this release

In this release, HAproxy-API adds the ability to run in follower mode against a remote Sidecar. This is particularly useful for local development work. See README for additional details.

The basic usage is:

$ ./haproxy-api -F <your sidecar IP>:7777

This results in a locally configured HAproxy with the configuration from the remote Sidecar instance.