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

Categories

We are migrating to AWS. The basic ingress flow is: ALB -> nginx-ingress -> pods.

From the AWS doc that an ALB can only have 100 target groups. However, we do have a (business critical) domain that routes by paths, where each path maps to a micro-service. The number of path is already over 100, and product team plans to add more in the future.

With a nginx-ingress behind, we can successfully route by paths without issue, but we are stuck at the 100 target group limitation that we are forced to perform healthcheck on a subset of services. We know the 100 target group is a soft limit, but foreseeing more paths are coming, we want to find a more scalable solution.

Is there any suggested workaround?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
4.1k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...