Does Amazon EKS support IPv6 networking

amazon-web-servicescalicoipv6kubernetes

I have been searching for hours, but can't find any direct information on this topic.

Here is what I know:

Calico can be deployed into EKS

Configuring IPv6 networking is possible with Calico.

Configuring IPv6 networking with Calico requires the ability to specify command line arguments to the Kubernetes components running on the master.

As far as I know, passing arguments to the master components is not supported in EKS at this time.

I need to port an existing EKS application from IPv4 only networking to IPv6-only networking.

I am hopeful that somebody here might have experience doing this. If so, could you please point me in the right direction? What are my options?

All the best,
-klebs

Best Answer

As per the AWS container roadmap IPV6 support is not there yet. CNI plugin V2 might support ipv6. However its not in plan as of now.

In general, IPV6 is supported on AWS VPC's.

Related Topic