Giter Site home page Giter Site logo

flipd's Introduction

flipd

flipd (floating ip daemon) is the pure-L3, broadcast domain / availability zone agnostic alternative to keepalived.

use cases

flipd provides an imperfect (there will be tcp resets on failover) but simple solution for:

  • HA unicast or anycast reachability for cluster control planes - k8s, lxd, cockroachdb, etc.
  • HA unicast or anycast reachability for HAproxy instances
  • floating default gateways for north/south vxlan routing

motivation and differences with keepalived

Keepalived et al. (VRRP, CARP) essentially rely on ARP for failover convergence. If we wanted to use keepalived to provide failover for administrative kubernetes api access, we would have to to run all our k8s control plane nodes (kube-apiserver primarily) in the same broadcast domain; likely in one rack. By using higher-level tools to achieve convergence (and then advertising the ips with something like FRR), we are able to forgo L2 limitations entirely and achieve availability-zone agnostic address reachability.

build and install

The Makefile has a target to build a .deb:

$ make deb
$ sudo dpkg -i flipd_0.1_all.deb

The deb filename may differ.

todo

  • http watchdog
  • systemd unit watchdog
  • cluster membership - hashicorp/memberlist?

flipd's People

Contributors

nihr43 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.