sockets - Can I write an OpenShift Origin app that can ingest UDP traffic on an external port? -


how generic of paas openshift origin? looking @ architecture overview, seems web-centric. can use openshift origin build private cloud can run arbitrary apps, not web-based apps?

as title of post indicates, pressing question whether possible create openshift app can open socket , ingest udp traffic -- don't need (and don't want) haproxy app, , don't want udp traffic first go through node host's proxy.

essentially, i'd know if can deploy app node, , have app able receive udp packets external-facing port on node. possible?

the redhat docs, configuring port proxy, make me think isn't possible:

applications listen connections on loopback interface. node runs proxy listens on external-facing ports , forwards incoming requests appropriate application

i'm hoping there way around restriction. custom cartridge work?

as far know thats not possible @ time. suggest asking developers openshift origin on either mailing lists or check on #openshift-dev on freenode.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -