-
Notifications
You must be signed in to change notification settings - Fork 294
Kubernetes networking over AWS VPC #1047
Comments
Fun info: Calico will be enchanced to utilize Security Groups as the backend for network policies |
I'm really looking forward to this! My only concern is that the limit of IPs per ENI e.g. 10 for c4.large. 10 pods per node at maximum? Sounds a bit low. It is indeed better than the cni plugin for ECS which is limited by the number of max ENIs per EC2 instance(3 for c3.large. Only 2 pods per node?), though. Ref: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI |
A c4.large node should be able to run 27 Pods. |
@liwenwu-amazon Thanks for chiming in! Yes, it should - |
Yes. |
So if I understand it correctly, according to the proposal the calculation would be e.g.: Max IPs = min((N * M - N), subnet's free IP) for m4.xlarge: 4*15-4 = 56 pods max please correct me if I'm wrong |
@liwenwu-amazon Great! Thanks for clarifying 👍 Would you also mind enlightening us about how amazon-vpc-cni-k8s compares with cni-ipvlan-vpc-k8s? One gotcha of the latter from lyft folks is that source pod IPs are lost in the Pod-Svc-Pod communication, like kube-proxy was in the user-space mode. amazon-vpc-cni-k8s doesn't have a such restriction, right? |
amazon-vpc-cni-k8s will NOT change pod IPs for Pod-Svc-Pod communication. |
@liwenwu-amazon Thanks again for the clarification. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
https://github.com/aws/amazon-vpc-cni-k8s
The text was updated successfully, but these errors were encountered: