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
feita há 6 meses224 visualizações
1 Resposta
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
respondido há 5 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas