Live data from Hacker News

Tailscale Kubernetes Operator

tailscale.com

1–10 of 56 posts

Re: Tailscale Kubernetes Operator

#5
Nice! I think I'll try to implement this in my TrueNAS this weekend, as it makes way way easier to access all the services I deploy there.

TrueCharts charts have Tailscale support, but not all my charts are from there, and also I'm kind of avoiding them.

Also, it's nice if you deploy something without a chart.

Re: Tailscale Kubernetes Operator

#9
post #4

Maybe not wise to post here yet as the docs mark this as a private alpha.

Maybe so, as what we're doing in absence of proper docs is rightly classified as something worse than alpha. The best docs they had so far up to this point:

https://tailscale.com/kb/1185/kubernetes/

These are great, for someone who knows Kubernetes. You should understand that creating the tailscale subnet router as a pod directly means the connection is not resilient. It's also key to understand that tailscale will break if you have more than one instance of subnet router at a time, so substituting Deployment in place of where these docs use Pod is not a really good choice without some fine tuning because of the risk that a rolling update creates another copy of the pod before the old one has shut down.

Maybe stateful set, if there was a way to permanently imply that statefulset can only have one replica. I appreciate the link anyway. I figured all this out on my own, and I'm using tailscale productively with Kubernetes based on the old docs, with my open source project. Tailscale has a great and generous free software tier for supporting OSS maintainers. :tada:

Post reply on HN