Cloudfoundryhasaglobalroutersothatallinstancesofthesameapphavethesamehostname(it's the same in other PaaS solutions with a similar architecture). This isn'tnecessarilyabarriertousingEureka,butifyouusetherouter(recommended,orevenmandatorydependingonthewayyourplatformwassetup),youneedtoexplicitlysetthehostnameandportnumbers(secureornon-secure)sothattheyusetherouter.Youmightalsowanttouseinstancemetadatasoyoucandistinguishbetweentheinstancesontheclient(e.g.inacustomloadbalancer).Bydefault,the`eureka.instance.instanceId`is`vcap.application.instance_id`.Forexample:
CloudFoundryhasaglobalroutersothatallinstancesofthesameapphavethesamehostname(it's the same in other PaaS solutions with a similar architecture). This isn'tnecessarilyabarriertousingEureka,butifyouusetherouter(recommended,orevenmandatorydependingonthewayyourplatformwassetup),youneedtoexplicitlysetthehostnameandportnumbers(secureornon-secure)sothattheyusetherouter.Youmightalsowanttouseinstancemetadatasoyoucandistinguishbetweentheinstancesontheclient(e.g.inacustomloadbalancer).Bydefault,the`eureka.instance.instanceId`is`vcap.application.instance_id`.Forexample: