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
asked 5 months ago201 views
1 Answer
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
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions