The amount of trust placed in DockerHub to serve the correct images to everyone for uncritical download and execution is insane to me. The whole industry does it, and it's the same as "curl | bash" to specify image:tag and not image@hash. If I were TAO I'd apply for a job at Docker or their hosting provider.
What's TAO?
Tailscale Kubernetes Operator
31–40 of 56 posts
Re: Tailscale Kubernetes Operator
#32The amount of trust placed in DockerHub to serve the correct images to everyone for uncritical download and execution is insane to me. The whole industry does it, and it's the same as "curl | bash" to specify image:tag and not image@hash. If I were TAO I'd apply for a job at Docker or their hosting provider.
Re: Tailscale Kubernetes Operator
#33One thing that i think is really missing is redundancy on the proxies Currently there's no way to have two proxies that listen on the same tailscale hostname/ip 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
Can't you expose the services to two load balancers? Not ideal for anything customer facing but fine enough for staff.
Re: Tailscale Kubernetes Operator
#34Re: Tailscale Kubernetes Operator
#35The amount of trust placed in DockerHub to serve the correct images to everyone for uncritical download and execution is insane to me. The whole industry does it, and it's the same as "curl | bash" to specify image:tag and not image@hash. If I were TAO I'd apply for a job at Docker or their hosting provider.
Re: Tailscale Kubernetes Operator
#36Re: Tailscale Kubernetes Operator
#37Now imagine running derp-server with in the DC with your k8s.
Re: Tailscale Kubernetes Operator
#38One thing that i think is really missing is redundancy on the proxies Currently there's no way to have two proxies that listen on the same tailscale hostname/ip 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
These are the relevant Github issues to follow, hopefully they address these someday:
https://github.com/tailscale/tailscale/issues/465 https://github.com/tailscale/tailscale/issues/4324
Re: Tailscale Kubernetes Operator
#39Re: Tailscale Kubernetes Operator
#40The amount of trust placed in DockerHub to serve the correct images to everyone for uncritical download and execution is insane to me. The whole industry does it, and it's the same as "curl | bash" to specify image:tag and not image@hash. If I were TAO I'd apply for a job at Docker or their hosting provider.
You could say this about any service serving software artifacts?