We currently are using Eureka(API discovery) and Spring cloud gateway for our microservices. We plan to istio installed on to our kubernetes clusters. My question is whether Istio can be used for Service Discovery and we can do away with Eureka and Spring Cloud Gateway?
Thanks