IPv6 for Cilium #449
Unanswered
codeagencybe
asked this question in
Q&A
Replies: 1 comment
|
I had the same issue, by not adding AAAA records pointing to my loadbalancer I could use proxyprotocol. In my limited testing and understanding I came to the conclusion, that I could choose between adding AAAA records or enabling proxy protocol. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello
I'm currently working on a case where I need cilium_gateway_api_proxy_protocol_enabled = true to handle a check on a custom header for incoming API requests. I have been checking for several days and the only solution forward that keeps coming up is to enable that Cilium feature in kubernetes.tf but it has a comment like
FIX: Disable PROXY protocol to avoid IPv6 bugI was wondering is this still a real bug as of today? Anyone who can tell me if this is still a problem?
I found several issues on the Cilium repo but they mostly seem to stem for 2024 to early 2026, so I'm hesitant of enabling it and causing any production outages.
All reactions