EKS - How to communication from managed node group to self-managed node groups and vice versa

0

So I have created a EKS Cluster with 1 EKS managed node group. I also created a in-region Self-managed node group.

I was trying to install some workloads into the cluster using Helm, by simply invoking helm install method.

The first chart is installed into self-managed node group and everything works fine. But when I tried to install the second helm chart, it went to managed node group. However, the second helm chart has some dependency on the first helm chart and right now second helm chart is stuck trying to find the first helm chart. But it is in the other node group.

I am wondering what kind of Security Group rule changes I need to make so that I could make this cross node group communication work ?

Currently these two node groups are within the same VPC and Subnet

Thanks

1개 답변
0

I think you should be more intentional in your helm chart targeting nodes if these workloads are meant to run (Pod or Node Affinity) OR making sure you are exposing things via services the right way, possibly using service mesh. If you are using default CNI, with VPC IP's, things should work. If you use an overlay CNI, where different nodes groups have different IP ranges, etc..... then you may need some network config.

profile pictureAWS
Roly
답변함 일 년 전

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

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

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

관련 콘텐츠