Hi,

Thanks for the reply. I have router, but have a bunch of APIs behind
gunicorn which I wanted to route through nginx.

I deployed a nginx image and am using it.

On Tue, Mar 20, 2018, 9:43 AM Joel Pearson <[email protected]>
wrote:

> What do you want Nginx for? OpenShift has a component called the Router
> which routes traffic. It is based on Haproxy. You could run an nginx
> container that the router will send traffic to, but if you’re just trying
> to expose other apps. Then just use the built in Router.
>
> Unless you’re talking about the kubernetes reference nginx ingress
> controller?
> On Sat, 17 Mar 2018 at 5:05 am, Gaurav Ojha <[email protected]> wrote:
>
>> Hello,
>>
>> I have a single host OpenShift cluster. Is it possible to install Nginx
>> (run it as a docker image) and route traffic using Nginx?
>>
>> If so, can someone point out the configurations for NO_PROXY and
>> HTTP_PROXY in this case?
>>
>> I dont want any OpenShift instance IP managed by OpenShift. What I am
>> confused about is this part of the document
>>
>> HTTP_PROXY=http://<user>:<password>@<ip_addr>:<port>/
>> HTTPS_PROXY=https://<user>:<password>@<ip_addr>:<port>/
>> NO_PROXY=master.hostname.example.com,10.1.0.0/16,172.30.0.0/16
>>
>>
>> It mentions that NO_PROXY has the hostname of the master included in
>> NO_PROXY. But since my cluster only has 1 host, so all my routes are
>> managed through that hostname. In this case, do I just assign some random
>> routes, and route through Nginx?
>>
>> Regards
>>
>> _______________________________________________
>> users mailing list
>> [email protected]
>> http://lists.openshift.redhat.com/openshiftmm/listinfo/users
>>
>
_______________________________________________
users mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to