Kostas Christidis
Kostas Christidis
I am evaluating Terraform managed Cloudflare Tunnels for exposing Kubernetes workloads. It would be really nice to be able to create ~~Argo~~ "Zero Trust" tunnels (managed by Cloudflare) and configure...
I have ended up applying this Service object manually as the Helm Chart doesn't provide an option for both Internal & External LB. If you need this managed by Helm...
Wait. The page you have linked is for HA to multiple cloudflared replicas. This is already supported and works as expected. If one cloudflared goes down it failovers to another...
Right, they are in the same tunnel. And yes when using a proxy I load balance requests between them. But even with proxies (on a HA setup with 2+ proxies)...
Thanks @abelinkinbio for the suggestion. I will look into it more and most probably this is how I will do it. However, I still find this implementation meh.. What if...
This is to confirm that pairing each cloudflare Tunnel with Cloudflare LoadBalancer, and configuring a Pool of Tunnels as Origins with Healthcheck (Monitors) for their status worked well for my...
Same issue with @lsascha fatal error: concurrent map read and map write Full log: https://pastebin.com/raw/NCaf3zhK I have ~ 3 deployments scaled to zero using Ingress. I am struggling to keep...
did you see this post? https://github.com/danielqsj/kafka_exporter/issues/32#issuecomment-410127012 and if you need this by consumergroup, topic then it should be like ``` (sum(kafka_consumergroup_lag{instance="$instance",topic=~"$topic"}) by (consumergroup, topic) ) / (-1 * sum(delta(kafka_consumergroup_lag{instance="$instance",topic=~"$topic"}[15m]) <...
the `
I have opened https://github.com/cloudflare/cloudflared/issues/725 for the simplest use-case of supporting different _replicas_ of the same service under the same hostname which doesn't seem to be supported either.