equinix-labs / terraform-equinix-metal-k3s

Manage K3s (k3s.io) region clusters on Equinix Metal
https://registry.terraform.io/modules/equinix/k3s/metal/latest?tab=readme
Apache License 2.0
46 stars 15 forks source link

[RFE] Include anycast-healthchecker #53

Closed e-minguez closed 1 month ago

e-minguez commented 1 year ago

Bird doesn't take into account if the K3s API is down, so if for any reason it is, traffic will still be routed to the unhealthy server. https://github.com/unixsurfer/anycast_healthchecker fixes it by performing health checks and instructing bird to withdraw of the elastic IP if the check fails.