Netflix / Prana

A sidecar for your NetflixOSS based services.
Apache License 2.0
502 stars 98 forks source link

how to configure for a eureka cluster? DNS based #22

Open james-gonzalez opened 8 years ago

james-gonzalez commented 8 years ago

I've got a DNS based Eureka Cluster which has 3 nodes. I need to point Prana to the dns domain but the same options for Eureka don't seem to work.

I'm using:

eureka.datacenter=cloud
eureka.registerWithEureka=True
eureka.fetchRegistry=True
eureka.useDnsForFetchingServiceUrls=True
eureka.eurekaServerDNSName=dev.example.com
eureka.eurekaServerPort=8080
eureka.eurekaServerURLContext=eureka/v2
eureka.region=us-west-2

Any help/examples would be helpful!