cloudflare-ingress-controller
cloudflare-ingress-controller copied to clipboard
A Kubernetes ingress controller for Cloudflare's Argo Tunnels
Hi Community! I have operated a homelab kubernetes cluster for years, and I also used cloudflare tunnel to expose my services. I used to use nginx-ingress / traefik to expose...
As this project is no longer maintained (per https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/routing-to-tunnel/kubernetes) can it be marked as archived or deprecated using GitHub's archive feature (and/or a README note) with a link the current...
Do you have any plans for supporting GRPC backend services with Argo tunneling?
It looks like this project has been abandoned. What's Cloudflare's position on this controller? Since it's no longer under active development, what's Cloudflare's recommended alternative for deploying Argo to kubernetes?
I try to expose a [Argo CD](https://argoproj.github.io/argo-cd/) using `cloudflare-ingress-controller`. As Argo CD is installed via helm, which generates the following ingress object: ```yaml # Source: argo-cd/templates/argocd-server/ingress.yaml apiVersion: networking.k8s.io/v1beta1 kind: Ingress...
I followed this guide https://developers.cloudflare.com/argo-tunnel/reference/kubernetes/ But in my case I prefer to use http2 for performance (https://imagekit.io/demo/http2-vs-http1) and security (mitm) reasons... I see error ``400 Bad Request - The plain...
Trying to use argo tunnel with the kubernetes dashboard, only communicates via HTTPS. Getting errors like this in the argo ingress controller ``` time="2018-09-04T01:23:49Z" level=error msg="HTTP request error" error="net/http: HTTP/1.x...
Cloudflared version for this project is 8 versions behind, there's been lot's of new features and bug fixes https://github.com/cloudflare/cloudflared/releases
I want to use the cloudflare loadbalancer with istio + argo tunnel, but I am not sure if this is possible, my current setup is Cloudflare DNS + SSL ->...