You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently when attempting to move from a self-managed CiliumNetworkPolicy to the CiliumNetworkPolicy managed by the helm chart in this repository - we discovered that it had started causing drops for ports 8125 UDP and 8126 TCP.
This was odd, given the presence of the following entries in the CiliumNetworkPolicy
using overlay routing, then a client accesses a remote pod via hostPort with remote-node source identity (due to Masquerading when the client traffic leaves its own node). And the accessed pod's ingress policy needs to allow for this identity.
The text was updated successfully, but these errors were encountered:
wparr-circle
changed the title
[datadog-agent] CiliumNetworkPolicy issues due to upstream Cilium issue
[datadog-agent] CiliumNetworkPolicy issues due to upstream Cilium issue affecting tunnelled Cilium deploys
Oct 21, 2024
Recently when attempting to move from a self-managed CiliumNetworkPolicy to the CiliumNetworkPolicy managed by the helm chart in this repository - we discovered that it had started causing drops for ports 8125 UDP and 8126 TCP.
This was odd, given the presence of the following entries in the CiliumNetworkPolicy
There seems to be a similar issue previously reported #428
We managed to track this down to an upstream cilium issue which was summarised to
The text was updated successfully, but these errors were encountered: