An open API service indexing awesome lists of open source software.

https://github.com/snapp-incubator/route-to-contour-httpproxy

A Kubernetes controller for converting Openshift HAProxy Route to Contour HTTPProxy
https://github.com/snapp-incubator/route-to-contour-httpproxy

contour controller go golang ingress ingress-controller kubernetes network snappcloud

Last synced: 11 months ago
JSON representation

A Kubernetes controller for converting Openshift HAProxy Route to Contour HTTPProxy

Awesome Lists containing this project

README

          

# route-to-contour-httpproxy

A Kubernetes controller for converting Openshift HAProxy Route to Contour HTTPProxy

## Description

Currently, the project consists of a single controller which watches `route` and `httpproxy` resources.
The controller tries to create/update an `httpproxy` that matches the corresponding `route(s)` in functionalities, e.g. tls
termination, port mapping, etc.