Replies: 1 comment 2 replies
-
Please also see related issue #262 which recommends to have a single componentspec for an AppManifest in the Edge-Application-Management spec. I'm not sure why the number of instances of an application matters for TI, as a device will choose through discovery a single application instance to connect to, right? By public/private ports I assume you are referring to the port visibility:
It has been my understanding that only |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The App LCM API does not explicitly state the IP scheme for the instances of the an application in terms of the instance availability to its clients. There could be applications which will have one or more components say N and then there could be even multiple instances of the application say M. That means in theory there could be NxM endpoints that application can have.
Also in TI API the API consumer may need to use information like IP address of the application (or app instance) to be used to for the influence and based on the application design it may use different IPs to refer to different traffic flows.
I think we need to define the IP address model associated to the application and its nature like public or private or mix of both in different conditions so as to convey it correctly to the API users and set the right expectation.
Beta Was this translation helpful? Give feedback.
All reactions