Ecosyste.ms: Awesome
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: 2 months ago
JSON representation
A Kubernetes controller for converting Openshift HAProxy Route to Contour HTTPProxy
- Host: GitHub
- URL: https://github.com/snapp-incubator/route-to-contour-httpproxy
- Owner: snapp-incubator
- Created: 2023-05-08T12:55:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-19T14:14:28.000Z (5 months ago)
- Last Synced: 2024-08-19T16:36:36.054Z (5 months ago)
- Topics: contour, controller, go, golang, ingress, ingress-controller, kubernetes, network, snappcloud
- Language: Go
- Homepage:
- Size: 7.71 MB
- Stars: 14
- Watchers: 6
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.