Skip to content

An OpenShift Origin HAProxy router with support for paths with regular expressions.

License

Notifications You must be signed in to change notification settings

elyscape/origin-router-regexp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenShift HAProxy Router with Regular Expression Support

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. It's based on the stock Origin HAProxy router, with added support for regular expressions in the paths.

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 elyscape/origin-haproxy-router-regexp -master $kube-master-url

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

About

An OpenShift Origin HAProxy router with support for paths with regular expressions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages