The Services that get spun are isolated and on a per client basis. Its a simulation environment, completely standalone.
The client is given this specific IP/URL, we do this manually. That's not really important. This isn't a cluster of services using one global DNS. They are isolated instances. When the Docker container boots up. I can query at run time the service for its IP address so it can then point any endpoint requests back to itself. I don't need DNS for this, the IP address would do or the host name (xxxx_xxx_xxx_.awsblahblah.amazon.com for example) so the angular code running in the client knows how to get back to machine its running on to get to the API. In the future this could be on a Route66 DNS address but right now its an MVP and it needs to talk to itself. I have a solution, I just wondered if anyone else had a possible way to do it. Seems not. Thanks for the advice MB On Wednesday, 26 April 2017 21:11:27 UTC+10, Sander Elias wrote: > > Hi Michael, > > You confuse me... How are you going to open your angular app? You can't > boot an app, unless you have an ip or DNS-name tied to it. You hardly can > ask an app it's ip, before it's started, right? Or am I missing something? > > Regards > Sander > -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
