Sign inSign up

openshift/origin-haproxy-router

By openshift

Updated almost 3 years ago

A dynamic traffic router which reacts to published routes from an OpenShift PaaS installation

Artifact
Image
11

5M+

openshift/origin-haproxy-router repository overview

OpenShift HAProxy Router

This image is an OpenShift Router - it connects on an OpenShift Origin installation and begins serving HTTP(s) proxy routes for applications hosted on the OpenShift PaaS.

Building the haproxy router image

To build the image, run:

$ hack/build-base-images.sh
$ hack/build-images.sh

Running the router

Take the image above and run it anywhere where the networking allows the container to reach other pods. Only notable requirement is that the port 80 needs to be exposed to the node, so that DNS entries can point to the host/node where the router container is running.

$ docker run --rm -it -p 80:80 origin/openshift-haproxy-router -master $kube-master-url

example of kube-master-url : http://10.0.2.15:8080

Source

This image is built regularly by the OpenShift CI infrastructure as part of OpenShift Origin, and the source is located on GitHub

Tag summary

Content type

Image

Digest

sha256:962921fae

Size

94.8 MB

Last updated

over 7 years ago

docker pull openshift/origin-haproxy-router