Been toying around with the idea of creating a Kubernetes operator that automatically injects cloudflared as a sidecar container to pods, so that it's easier for me to bootstrap/maintain apps I expose with Cloudflare tunnels.
Comments
Log in with your Bluesky account to leave a comment
For example, with our Mastodon server I deploy a container for cloudflared in the pod for the frontend. That keeps all communication directly within the pod's network and prevents network overhead from having cloudflared in a separate deployment.
For example, with our Mastodon server I deploy a container for cloudflared in the pod for the frontend. That keeps all communication directly within the pod's network and prevents network overhead from having cloudflared in a separate deployment.
Comments