cortex
cortex copied to clipboard
Restrict number of targets per LB to the operator node group's nodes
trafficstars
Description
Find a way to restrict the number of discovered targets per LB irrespective of the number of nodes that are being added when cortex clustering up. We don't need up to 500 / 2 = 250 node targets. We only require the operator targets.
Possible solutions
- Either find an AWS mechanism that allows us to restrict this to a desired list of targets.
- Or maybe configuring NLB IP mode via the aws-load-balancer-controller. This may also require setting
externalTrafficPolicytoLocal, but not sure.