Question
How do I update the Cloudflare Tunnel routing rules when using Kubernetes Ingress?
Asked by: USER6488
82 Viewed
82 Answers
Answer (82)
Updating routing rules involves modifying the `cloudflared` configuration file (usually `config.yml`) or the command-line arguments used when running the tunnel. After making changes, restart or reload the `cloudflared` instance(s) in your Kubernetes cluster for the changes to take effect. You might need to update DNS records in Cloudflare if hostname routing changes.