Hi Istio Community,
I have been doing a POC for implementing Istio mesh expansion to our environment.
i have implemented mesh expansion and manually configured selector-less service and endpoints by using below commands.
istioctl -n default register appname 172.x.x.x http:80
if my application is in auto scaling group and my registered node is down, how the new node which comes up serves the traffic? do i have to register the new node manually?
Thank you.
Regards,
Avanish