Target Server to Openshift with Servicename

Hi,

Is there is any way of configuring a single Target Server which can be used to connect to a Openshift backend that is exposing all its services as service names. Per default Pivotal Cloud also exposes it services as servicenames.

Thus:

app1.openshiftapps.com

app2.openshiftapps.com

app3.openshiftapps.com

So I require a to setup a single TargetServer with SSL to *.openshiftapps.com backend and then based on the backend just add the app1, app2 or app3 into the actual URL.

0 1 169
1 REPLY 1

In Openshift we have Route. Each route is associated with a Service. Within Service, it will be auto load-balanced between available apps/pods.

So within Apigee, you can use Route as a TargetEndpoint.

Within Openshift we can define the Route even before deploying the app. So spend some time and decide a common routing pattern for different applications.