简体   繁体   中英

Can we use AWS VPC CNI on Kubernetes cluster in AWS when not using EKS

I am planning to set up a Kubernetes cluster in AWS without using EKS. Since EKS provides Amazon VPC CNI for managing networking at pod level, which provides better networking, I am planning to use the same.

I need to know, whether it is possible my Kubernetes cluster with Amazon VPC CNI , if yes, can somebody provide me the document or how to perform it.

I assume you can. Download manifest - https://github.com/aws/amazon-vpc-cni-k8s/blob/master/config/v1.5/aws-k8s-cni.yaml

And run kubectl apply -f aws-k8s-cni.yaml

Did you check https://github.com/aws/amazon-vpc-cni-k8s ?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM