Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support deploying IPv6 address #166

Closed
Wouter0100 opened this issue Apr 9, 2024 · 1 comment · Fixed by #176
Closed

Support deploying IPv6 address #166

Wouter0100 opened this issue Apr 9, 2024 · 1 comment · Fixed by #176

Comments

@Wouter0100
Copy link

Currently we define the IPv4 address ID in spec.loadBalancerIP, but I think we should make that field comma-separated?

Or: introduce a separate annotation, since loadBalancerIP is deprecated either way.

@ivard
Copy link

ivard commented Jan 20, 2025

This is really a must-have feature for customers that want to use Kubernetes and want to comply with modern internet standards. It's fine to have a IPv4-only network inside the Kubernetes cluster itself, but we do want the load balancer to be reachable over IPv6. The load balancer could convert IPv6 to IPv4 to send it to the cluster.

I think the functionality has been implemented already in the load balancers, so the only think that is missing in my view is a way to request this feature using the Kubernetes API. There should be a load balancer annotation to request this setting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants