cloudflare-ingress-controller
cloudflare-ingress-controller copied to clipboard
A Kubernetes ingress controller for Cloudflare's Argo Tunnels
The ingress controller does not support url based routing (the IngressPath attribute `Path`) ``` spec: rules: - host: echo.mydomain.com http: paths: - backend: - path: any_path_is_treated_as_slash serviceName: echo servicePort: http...
I wanted to enable following annotations without success ``` ingress.kubernetes.io/allow-http ingress.kubernetes.io/ssl-redirect ``` I want to achieve that all traffic is redirect to https and http is not allowed. Are there...
If an Ingress or two Ingresses present more than one route for a hostname without marking use of a load-balancer, two separate tunnels with the same hostname will attempt to...
When using this project with Istio mTLS the ideal situation would be to send traffic through the Istio Ingress instead of directly to an Endpoint. Ingress resources don't support this...
Do Argo Tunnels supports Session Affinity (sticky sessions) in cluster scope? For example, Nginx Ingress Controller allows specifying several annotations for it: ```yaml nginx.ingress.kubernetes.io/session-cookie-name: "__lbroute" nginx.ingress.kubernetes.io/session-cookie-hash: "sha1" ``` It's important...
Hi I'm sure i'm missing something during configuration of Argo Ingress for my minikube installation, but i'm getting following errors after third reinstall of whole configuration: ``` time="2019-01-12T16:15:09Z" level=error msg="link...
Rather than trying to define access policies within argo config itself (https://github.com/cloudflare/cloudflare-ingress-controller/issues/32), would it be possible to at least say that hey this particular service can only be accessed through...
It would be very powerful to be able to define policies for [Cloudflare Access](https://www.cloudflare.com/products/cloudflare-access/) within the Ingress controller definition. You will be able to, for example, specify that only employees...
I set up a mattermost chat server, which has its own helm chart: https://github.com/mattermost/mattermost-kubernetes This helm chart includes an Nginx ingress controller, however I wanted to use the cloudflare ingress...
Cloudflared logs are buried and are difficult to find. It would be nice if fatal events (LB errors, etc.) were in the Kubernetes Event Log.