When talking about High Availability services, we can use keepalived to do a automatic failover between 2 host.
Keepalived is working like a charm by using a virtual ip. 1 Master elected for normal operation, and others as backup.
When master have issue, backup will take over the services.
Issue arise with configuration, where there is iptables entry to drop any vrrp traffic type. This was issue with the configuration.
To mitigate this, look for the config of keepalived.conf . change entry from :
vrrp_strict
to become :
vrrp_accept
This entry will make keepalived will not use iptables.
Keepalived version we use was V1.3.5
0 comments:
Post a Comment