The Wayback Machine - https://web.archive.org/web/20200225003411/https://github.com/topics/keepalived
Skip to content
#

keepalived

Here are 94 public repositories matching this topic...

trezm
trezm commented Jul 15, 2019

As @danderson explained in the slack, Debian Buster will require disabling the new nftable firewalls, as seen here.

# update-alternatives --set iptables /usr/sbin/iptables-legacy
# update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
# update-alternatives --set arptables /usr/sbin/arptables-legacy
# update-alternatives --set ebtables /usr/sb
panpan0000
panpan0000 commented Oct 12, 2019

This is a [Help Needed] first, and maybe a [Doc Enhancement] later.

as we know, Neither native LVS nor keepalived will do SNAT(should be taken care by ourselves), but only DNAT.
With the steps in the doc, the vip:port is not accessable. Due to there's no SNAT.

Usually, we will have to set the default route to VIP from real-server(the pods in kube-keepalived-vip scenario) .
We use

Improve this page

Add a description, image, and links to the keepalived topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the keepalived topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.