Tailscale Kubernetes Operator
tailscale.com
Tailscale Kubernetes Operator
1–10 of 56 posts
Re: Tailscale Kubernetes Operator
#2Keep it simple st*pid!
Re: Tailscale Kubernetes Operator
#3It's a neat idea but I wouldn't put this in my k8s cluster. Keep it simple st*pid!
Keep it simple, smarty
Re: Tailscale Kubernetes Operator
#4Re: Tailscale Kubernetes Operator
#5TrueCharts 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
#6Re: Tailscale Kubernetes Operator
#7Re: Tailscale Kubernetes Operator
#8Re: Tailscale Kubernetes Operator
#9Maybe not wise to post here yet as the docs mark this as a private alpha.
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: