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?

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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠