Praveen Krishna
Praveen Krishna
> when there is a cache miss, the node-local dns pods would send DNS requests to the upstream (cluster) DNS pods. When do you see packets getting looped? The bpf...
Here is a repro: * Followed the [dev setup gide](https://docs.cilium.io/en/stable/contributing/development/dev_setup/) to set up a kind cluster with cilium 1.14 ``` cilium version cilium-cli: v0.15.20 compiled with go1.21.6 on linux/amd64 cilium...
> I don't follow this. What's "cluster metadata server" Sorry for not big clear with my earlier comment (edited it now). "cluster metadata server" is a cluster external DNS server....
> What was the IP address the node-local dns was trying to reach? We want to bypass kube-dns and route external URLs to cluster external DNS server. This is for...
Thanks @aditighag. Is there a plan to merge https://github.com/cilium/cilium/pull/26144 soon ?
Since we are currently blocked and want this addressed soon, wondering if there are any potential issues with adding a backend IP address check before doing service translation in the...
Thanks. With your changes, we can set `skipRedirectFromBackend` to true and wouldn't need [#30879](https://github.com/cilium/cilium/pull/30879) ?
Got it. Let me update https://github.com/cilium/cilium/pull/30879.