top | item 40947555

(no title)

thinkxl | 1 year ago

> What's with the vilification of kubernetes?

because a well-configured k8s cluster nullifies the need for this project. also hi!

discuss

order

tln|1 year ago

There's a fair amount of friction to going from 0 to a well-configured k8s cluster with gitops and a local dev story....

jpgvm|1 year ago

Gitops and a local dev story are more about your application than your deployment environment. Especially because along the way you need to consider building, testing, CI, etc.

It's really hard to fault k8s these days, all the original problems are solved and all that remains is necessary complexity that can't be abstracted without lowering power.

That doesn't mean you can't abstract over it, you can and should but you should do so in the scope of your team or organisation where you already know which pieces of power you need/want or otherwise know the way you which you want to leak those capabilities.