Hi ,
Its a feature suggestion .
we have multiple java hosts that our pod is connecting , its ranging from 100-150.
Now if we have to define the service entry for each one of them it will be huge list.
is it possible if we can create Service Entry with in format as
apiVersion: networking.istio.io/v1alpha3
kind: ServiceEntry
metadata:
name:
spec:
hosts:
- host[1,150].domain #example
addresses: - 192.192.[1,150].192/32 # VIPs
it will basically take host name from
- host1.domain
- host150.domain
addresses:
- 192.192.1.192/32
- 192.192.150.192/32