aws / aws-eks-best-practices

A best practices guide for day 2 operations, including operational excellence, security, reliability, performance efficiency, and cost optimization.
https://aws.github.io/aws-eks-best-practices/
Other
2.05k stars 500 forks source link

CNI custom networking for managed node groups #119

Open mehrajk opened 3 years ago

mehrajk commented 3 years ago

Describe the problem The web page section "EKS managed node groups currently don’t support custom networking option." This conflicts with AWS official documentation. https://aws.github.io/aws-eks-best-practices/reliability/docs/networkmanagement/#cni-custom-networking indicates "

References Web page section: https://aws.github.io/aws-eks-best-practices/reliability/docs/networkmanagement/#cni-custom-networking : Claims "EKS managed node groups currently don’t support custom networking option."

AWS official docs: https://docs.aws.amazon.com/eks/latest/userguide/cni-custom-network.html shows example with managed node groups.

jicowan commented 3 years ago

Thanks @mehrajk. I will update the guide to reflect the changes to the service. At the time this was written, custom networking was not supported.

jicowan commented 2 years ago

@realvz Can you have a look at this?