At what moment the kubernetes service is exposed/created for an integration that has an REST exposed?
I need to discover this service to get the node-port and persist it on my "api gateway" to be able to proxy the requests from my gateway to the correct integration. I was thinking about a "loop" waiting for the integration phase to be in [running or error]... at this moment I'll know that my integration can have or not a service exposing a HTTP port. Is this approach correct?