Skip to content

IPv6 support for Ingress controller #3821

Closed Answered by brianehlert
kunalekawde asked this question in Q&A
Discussion options

You must be logged in to vote

First of all, I will always suggest that folks consider the CRDs this project offers. As it gives you much better controls, more options, and will introduce you to a pattern that is very similar to the evolving Gateway API efforts of the K8s community.

Dual stack is fully supported.
This applies to both the NGINX listener configuration and the assumptions we have around the container image. We assume that both stacks are present in the container image.

The means the following combinations are possible:
client side <-> backend
IPv4 <-> IPv4
IPv6 <-> IPv6
IPv4 <-> IPv6
IPv6 <-> IPv4

The pattern we see today is that IPv6 is becoming popular / common for the client connection in regions such …

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@brianehlert
Comment options

@kunalekawde
Comment options

@brianehlert
Comment options

@kunalekawde
Comment options

@brianehlert
Comment options

Answer selected by brianehlert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants