Salta al contenuto

EKS multi subnet communication

0

Hello, I would like to deploy an EKS cluster on private and public in order to expose some services to internet. In my organisation, communication between components in private subnets and public one are managed by firewall rules. If I deploy my cluster and nodes to private subnet everything is ok but if I add public subnet to my control plan for being able to deploy ALB then EKS change nodes status to unknown. I guess it's because communication between private and public subnets are blocked by my internal firewall. In order to create firewall request , i would like to know what are the network traffic I need to allow between subnet for having ready nodes status ? Rgds.

2 Risposte
1
ESPERTO

con risposta 2 anni fa

AWS
ESPERTO

verificato 2 anni fa

0

Basically you need to check logs(Kubelet) and communication between worker nodes and control plane. This is reason that cause the node in node ready state.

Please check following guides to troubleshoot this issues.

https://repost.aws/knowledge-center/eks-worker-node-not-ready

https://repost.aws/knowledge-center/eks-node-status-ready

AWS

con risposta 2 anni 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.