TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Tailscale Kubernetes Operator

157 pointsby l2dyover 1 year ago

10 comments

sneakover 1 year ago
The amount of trust placed in DockerHub to serve the correct images to everyone for uncritical download and execution is insane to me.<p>The whole industry does it, and it&#x27;s the same as &quot;curl | bash&quot; to specify image:tag and not image@hash.<p>If I were TAO I&#x27;d apply for a job at Docker or their hosting provider.
评论 #37611948 未加载
评论 #37614285 未加载
评论 #37612326 未加载
评论 #37613058 未加载
评论 #37613384 未加载
评论 #37612841 未加载
评论 #37614625 未加载
shawabawa3over 1 year ago
One thing that i think is really missing is redundancy on the proxies<p>Currently there&#x27;s no way to have two proxies that listen on the same tailscale hostname&#x2F;ip<p>Ideally in Kubernetes every pod is redundant to allow downscaling of nodes efficiently, so this means we have to eat a minute or so of downtime randomly every now and then on our tailscale endpoints
评论 #37613433 未加载
评论 #37612688 未加载
HappyCathodeover 1 year ago
That&#x27;s really neat. Cloudflare tunnel for external customer egress, and Tailscale for internal tool egress. No more costly cloud specific load balancers !
评论 #37611806 未加载
评论 #37612607 未加载
Stem0037over 1 year ago
Does it support headscale? <a href="https:&#x2F;&#x2F;github.com&#x2F;juanfont&#x2F;headscale">https:&#x2F;&#x2F;github.com&#x2F;juanfont&#x2F;headscale</a>
drewdaover 1 year ago
We&#x27;ve been using <a href="https:&#x2F;&#x2F;github.com&#x2F;mvisonneau&#x2F;docker-tailscale&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;mvisonneau&#x2F;docker-tailscale&#x2F;</a> on k8s clusters. Good to see an official option coming.
评论 #37614509 未加载
gmemstrover 1 year ago
Maybe not wise to post here <i>yet</i> as the docs mark this as a private alpha.
评论 #37611656 未加载
hobofanover 1 year ago
I think an alternative solution would be nice, where services are just registered with their service discovery, though I suppose that would require them providing an official API for that part of their product.<p>In my current setup for Tailscale + Kubernetes, I just use their subnet router[0] and add the kubedns server for the cluster.local domains to their MagicDNS. Having proper service discovery would make this into a nice round solutionl.<p>[0]: <a href="https:&#x2F;&#x2F;tailscale.com&#x2F;kb&#x2F;1185&#x2F;kubernetes&#x2F;#subnet-router" rel="nofollow noreferrer">https:&#x2F;&#x2F;tailscale.com&#x2F;kb&#x2F;1185&#x2F;kubernetes&#x2F;#subnet-router</a>
thelastparadiseover 1 year ago
It&#x27;s a neat idea but I wouldn&#x27;t put this in my k8s cluster.<p>Keep it simple st*pid!
评论 #37611455 未加载
评论 #37612618 未加载
knodiover 1 year ago
Love it!!! This is going to make (my) dev and testing env cluster so much easier.<p>Now imagine running derp-server with in the DC with your k8s.
tecleandorover 1 year ago
Nice! I think I&#x27;ll try to implement this in my TrueNAS this weekend, as it makes way way easier to access all the services I deploy there.<p>TrueCharts charts have Tailscale support, but not all my charts are from there, and also I&#x27;m kind of avoiding them.<p>Also, it&#x27;s nice if you deploy something without a chart.