A dynamic traffic router which reacts to published routes from an OpenShift PaaS installation
5M+
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.
To build the image, run:
$ hack/build-base-images.sh
$ hack/build-images.sh
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
This image is built regularly by the OpenShift CI infrastructure as part of OpenShift Origin, and the source is located on GitHub
Content type
Image
Digest
sha256:962921fae…
Size
94.8 MB
Last updated
over 7 years ago
docker pull openshift/origin-haproxy-router