Skip to content

hcforwarder: pin eBPF program/maps

Vgutierrez requested to merge ebpf-pin into main

This commit adds eBPF pinning that enables restarting the userland go binary while the eBPF program is still forwarding healthchecks to the realservers. This feature is completely tested on the integration tests.

In a following one the healthcheck forwarder CLI will use this feature.

Merge request reports