Lars Ekman
Lars Ekman
@asteven Good observation. But I think ICMP-echo just happens to work just because of the very problem described in the issue, that is; for ICMP-echo (ping) it is not the...
@asteven Yes, I get the same. I only tried to access the ClusterIP from the main netns on a node and as you say, that works. But when packet comes...
Pod-to-pod traffic does not work when the local table entry is removed. So I must withdraw my proposal. I will try some variations though. @asteven Thanks for checking up on...
Please see; https://github.com/kubernetes/kubernetes/issues/72236#issuecomment-614122808 This replaces the dummy interface with routes in the "local" table. The beauty IMHO is that the entire ClusteIP range can be defined in just one route....
Please consider it. Ipvs, gobgb and ip6tables are supporting ipv6. I think the effort is smaller than one think since the commands are basically the same but with other addresses...
I am evaluating `metallb` for use in "bare-VM" rather than bare-metal. There is however no difference, the problems are the same. For testing I "install" `metallb` by starting the 2...
I have added it to `hack/go-build` in PR https://github.com/kubernetes-sigs/kpng/pull/306.
/cc @VivekThrivikraman-est
If the problem is external communication only, not pod-to-pod communication within the k8s cluster is it possible to define a "null" forward plane?