cloudflare-operator
cloudflare-operator copied to clipboard
A Kubernetes Operator to create and manage Cloudflare Tunnels and DNS records for (HTTP/TCP/UDP*) Service Resources
DNS deletion is only executed in the finalizer.
Services in my local network use static or assigned IPv4 adresses. Cloudflare by default sets IPv4 and IPv6 DNS records for tunnels. As result, accessing a service from local network...
Specifically, upgrade the project structure as per the latest kubebuilder and controller-gen versions.
I have deployed the ClusterTunnel in the default namespace, while the TunnelBinding resources are deployed in the same namespaces as the respective services. However, the ConfigMap for the ClusterTunnel is...
Would you consider converting or supporting that being installed via Helm chart?