Is the OpenShift connector accessible from the outside?

I need a socket connection to receive streams of bytes, for my application to be accessed externally. Port Forwarding redirects HTTP traffic and the binding to $OPENSHIFT_PYTHON_IP

does not make it public. Is there a workaround?

+3


source to share


1 answer


There is currently no way to open a raw tcp socket for your OpenShift device via its public ip. You will need to open a port between 15,000 and 20,000 and then use the forward command on the rhc command to access it.



+3


source







All Articles