Hi, I have mongodb running inside WSL2 Docker Desktop k8s. I want externally-hosted tools, like Grafana and Retool, to query the mongodb instance.
From what I can tell, the only ways to tunnel mongo’s TCP traffic is through:
- A Zero Trust Access app
- Cloudflare Spectrum (Enterprise plan)
#1 won’t work because the backends for Retool / Grafana / etc cannot run cloudflared-- so they cannot rely on the Cloudflare Access identity providers. Instead they need to rely on MongoDB’s native username & password.
#2 won’t work because this is a hobby project, not an enterprise deal
Am I missing anything? Any way that within my current plan, I can tunnel TCP traffic WITHOUT requiring clients to run cloudflared?
Cloudflare tunnels for my HTTP(S) traffic work great. Would love to have the same for arbitrary TCP…