EKS cluster and Self-Managed Nodes

0

Hi Team, I am trying to create EKS cluster in eks_VPC and the Nodes in nodes_VPC in a private environment with no NAT gateway and internet Gateway. My Doubts are: --> Firstly can we create such thing like EKS in one VPC and and nodes are in another VPC in a private environment (I am trying to use the endpoints whichever required). --> If above not possible, is there any limitations with EKS?

Ravi
已提问 6 个月前224 查看次数
1 回答
0

As you know, EKS consists of a control plane and a data plane.
When you create an EKS cluster, the control plane is created in AWS Managed VPC and the data plan is created in the customer's VPC. You can only manage the data plane (nodes_vpc).
You can create nodes_vpc without internet access. And, you must create a private link so that all nodes deployed in this VPC can communicate with the control plane and ECR.
Please refer to the link below for how to configure an eks cluster without internet access.
https://repost.aws/knowledge-center/eks-cluster-node-group-private-network

profile pictureAWS
Dobal
已回答 5 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则