vip-manager
vip-manager copied to clipboard
Manages a virtual IP based on state kept in etcd or Consul
When the vip-manager service is stopped, the IP is not removed from the node. Is there a way to make this happen?
To facilitate building for other platforms (that don't support new enough golang version, see #42 ) we should consider creating a Dockerfile that uses golang, not golang:alpine (due to musl...
* take suggestion from https://github.com/cybertec-postgresql/vip-manager/pull/58#discussion_r504054067 and improve on it * consistently add an empty line after each chapter start
see: * https://github.com/cybertec-postgresql/vip-manager/pull/58#discussion_r504057044 * https://github.com/cybertec-postgresql/vip-manager/pull/58#discussion_r504061595 * https://github.com/cybertec-postgresql/vip-manager/pull/58#discussion_r504063022 * https://github.com/cybertec-postgresql/vip-manager/pull/58#discussion_r504063398 for discussion/reasoning
Hi, In some cases, we need a vip on a sync standby. If we use only 2 patroni nodes, everything is ok with the trigger-key "/service//sync. - Server A :...
Hi to all, I'm planning to install for a POC a 2 nodes patroni in pure raft mode, offered by last versions. Does vip-manager van be used to have a...
Both the `retry-num` and `retry-after` configuration parameters mention "interactions with components outside of vip-manager". I initially assumed this had something to do with communication with the DCS, but looking at...
(maybe consul has the same behaviour) Right now, if vip-manager cannot get a positive answer from etcd after the `interval` main-loop, it deconfigures the VIP, resulting in application downtime. This...
Currently we can only "float around" a single primary IP...but in many cases also a secondary standby IP-s are needed to offload some traffic for example. In case of 2...