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 年前檢視次數 507 次
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
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南