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
posta 6 mesi fa224 visualizzazioni
1 Risposta
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
con risposta 5 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande