Re: Running non http UDP application on Cloud Foundry


James Bayer
 

none of the CF routers, either the HTTP gorouter or the upcoming TCP router
[1] support routing UDP.

there is way to turn on "container to container networking" but it's not
advised in a multi-tenant environment because any container can connect to
any other container directly. you would also have to expose each
application host (DEA or Diego Cell) to the outside world if you want
clients to hit it from outside CF.

[1] https://github.com/cloudfoundry-incubator/cf-routing-release

On Fri, Nov 6, 2015 at 1:51 PM, Suryaveer Chauhan <
chauhan.suryaveer(a)gmail.com> wrote:

I have just installed a local CF using CF_NISE_INSTALLER.

I wish to run a SIP application, which runs on PORT 5060 and UDP.
Whatever I have read about CF, I understand that there's a HTTP proxy to
route the incoming requests.

Is there a way I can run this application on CF.

I greatly appreciate some help.

Thanks


--
Thank you,

James Bayer

Join {cf-dev@lists.cloudfoundry.org to automatically receive all group messages.