5 ms·
This sounds like something I'd want to do! Is the idea that you'd have a public domain name like "internal.thatcherc.com" resolve to an internal IP address like
by thatcherc 2y ago
This sounds like something I'd want to do! Is the idea that you'd have a public domain name like "internal.thatcherc.com" resolve to an internal IP address like 10.0.10.5? I've wondered about setting this up for some local services I have but I wasn't sure if it was a commonly-done thing.
- AdamJacobMuller 2y agoI've been doing this for a year or two with k3s + cert-manager. Works great. In my case everything points to a tailscale operator endpoint, which goes to nginx ingress, which routes to the appropriate pods. It's very much a set-and-forget solution.