- সারি
- ১৮ এপ্রিল, ২০২৬ এ ১:৫৯ AM UTC
- লেখক
- Kamo
- মন্তব্য@ info: status
- 11dd645
With the default "Cluster" policy, kube-proxy SNATs external traffic to the node IP before forwarding to Traefik. That caused Traefik to see the node IP as the source and put it in X-Forwarded-For, which broke IP-based geo lookup in kamo-analytics (visitor locations on world map stayed empty). "Local" policy skips SNAT and passes the original client IP through, which is what IP-based analytics needs.