Remix.run Logo
yard2010 9 hours ago

I don't get it, I think that k8s is the best software written since win95. It redefines computing in the same way IMHO. I have some experience in working with k8s on prod and I loved every moment of it. I'm definitely missing something.

Hasz an hour ago | parent | next [-]

Took a while to find this. K8s is great, IMO most of the people with alternative setups are just rebuilding (usually worse) or compressing (specific to their use case) k8s features that have been GA for a long time.

Spend some time learning it, using it to deploy simple apps, and you won't go back to deploying in a VM again imo.

This only gets better with ai-assisted development, any model is going to produce much better results for k8s given the huge training set vs someone's bespoke build rube-goldberg machine.

ipsento606 an hour ago | parent [-]

I deploy prod by running a shell script I wrote that rsyncs the latest version of the codebase to my server, then sshs into the server and restarts the relevant services

how could k8s improve my deployment process?

r_lee an hour ago | parent | prev | next [-]

I think it's just that k8s allows you to shoot yourself in the foot, thus it gets all the blame.

when in reality, you can go very bare-bones with k8s, but people pretend like only the most extreme complexity is what's possible because it's not easy to admit that k8s is actually quite practical in a lot of ways, especially for avoiding drift and automation

that's my take on it

linuxftw 17 minutes ago | parent | prev | next [-]

You're not missing anything. There's legions of amateurs that dislike k8s because they don't understand the value.

RyanHamilton 9 hours ago | parent | prev | next [-]

Can you expand how it redefined computing for you personally?

dionian 2 hours ago | parent | prev [-]

I noticed in his article he said something like 'and then devops team puts a ton of complexity...' which doesnt seem like a k8s problem.