Can service IPs be advertised when using eBPF?

We had no problem using service cluster ip, via kube-proxy, outside k8s. Recently we wanted to try ebpf, recently but found that cluster ip using service inside and on node is fine but cluster ip using service outside k8s is not connected Is this a limitation for ebpf?

I have solve this problem by setting the bpfDataIfacePattern of FelixConfiguration.

I think it is better to mention this option in document (Enable the eBPF dataplane), because there are no error logs, it is quite confusing.

1 Like

Glad to hear you found the solution.
Will you be interested in creating a PR for your findings to share it with the community?

Okay, I will see it.