Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
300 views
in Technique[技术] by (71.8m points)

kubernetes - Communication between EKS Cluster Nodes and another EC2 instance running under LoadBalancer

I have an EKS cluster running with 4 nodes. Application on these node calls service running on another EC2 instance via Route 53 -> LoadBalancer. What should be idea way to configure security group in order have traffic flow EKS-Nodes -> Route 53 -> LoadBalancer -> EC2?

question from:https://stackoverflow.com/questions/65881923/communication-between-eks-cluster-nodes-and-another-ec2-instance-running-under-l

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You should modify your Load Balancer's security group (in case it's ALB or Classic LB) to allow port 443 from EKS node's security group.

If you're using NLB you should instead modify your application EC2 instances security group.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...