简体   繁体   English

不使用 EKS 时,我们可以在 AWS 中的 Kubernetes 集群上使用 AWS VPC CNI

[英]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.我计划在不使用 EKS 的情况下在 AWS 中设置 Kubernetes 集群。 Since EKS provides Amazon VPC CNI for managing networking at pod level, which provides better networking, I am planning to use the same.由于 EKS 提供Amazon VPC CNI来管理 pod 级别的网络,从而提供更好的网络,我计划使用它。

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.我需要知道,我的 Kubernetes 集群是否可以使用Amazon VPC CNI ,如果可以,有人可以向我提供文件或如何执行它。

I assume you can.我想你可以。 Download manifest - https://github.com/aws/amazon-vpc-cni-k8s/blob/master/config/v1.5/aws-k8s-cni.yaml下载清单 - 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并运行kubectl apply -f aws-k8s-cni.yaml

Did you check https://github.com/aws/amazon-vpc-cni-k8s ?你检查了https://github.com/aws/amazon-vpc-cni-k8s吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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