aws-samples / aws-workshop-for-kubernetes

AWS Workshop for Kubernetes
Apache License 2.0
2.66k stars 1.07k forks source link

AWS CNI details #66

Open arun-gupta opened 6 years ago

arun-gupta commented 6 years ago

Explain how AWS + CNI works

Suggested by @eswarbala

chrislovecnm commented 6 years ago

CNI works without aws typically ;) kubenet uses aws routing tables, cni providers use other networking means.

chrislovecnm commented 6 years ago

@arun-gupta what are you looking for here? https://chrislovecnm.com/kubernetes/cni/choosing-a-cni-provider/ has an overview. CNI is the interface, the providers are the networking layer. What questions are you getting?