We have installed 5 servers , 3 server and 2 agent with uipath suite package.
cluster is up and running, seems to be working BUT we get some error in the logs for kube-proxy and if we enable firewall ( nftables) , trafic stops working.
Kube-config is pointing to localhost but we also added tls-san and advertise-address pointing to the servers IP
Cloud being used: no
Installation method: Uipath+kubernetes
Host OS: RHE 9.5
CNI and version: Cilium - not sure of version
CRI and version: containerd with version 1.7.23-k3s2
kube-proxy manages Service routing via iptables or IPVS. It doesn’t touch localhost behavior directly.
So if behavior involving localhost differs, it usually means:
The software running inside the Pod or node is referencing localhost in a way that only works when certain assumptions are true (e.g. that a service is running on the same machine).
There’s a difference in Pod placement, container config, or host networking setup across your nodes
Should we use ipables-legacy as firewall rules ?
Iptables-nft was set first - but we try to use iptables-legacy instead and then kube-proxy don’t create the rules again and we think becuase it try to talk to localhost and failed