Hello !
I need to specify the source ip and restrict the ip’s that are allowed to access my internal ELB on AWS.
Looks like k8s allows this by having the config like this
spec:
loadBalancerSourceRanges:
- "143.231.0.0/16"
I see there are ways to specify this in istio 1.1 but i cannot upgrade to 1.1 yet.
1 alternative i have is to directly modify my k8s config and add this spec . Please help