Azure-Samples / java-microservices-aks-lab

This lab walks you through the creation of a Java microservices application on AKS integrated with multiple Azure services
MIT License
10 stars 159 forks source link

replace Eureka with native AKS service discovery #28

Closed vermegi closed 1 year ago

vermegi commented 1 year ago

Eureka: multiple people struggled with config files looking for Eureka on localhost:8761 rather than the appropriate IP addres or server name. Group consensus was that we should replace Eureka altogether with native k8s service discovery if possible.

vermegi commented 1 year ago

Prefer not to fix. This also breaks admin server, which is also a handy view for troubleshooting. The issue appears when something is misconfigured. Better would be for the coach to help find the misconfiguration issue and proceed from there