this post was submitted on 06 Nov 2023
56 points (93.8% liked)
Programming
17364 readers
195 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Most resistance I have seen mostly comes down to a misunderstanding in the benefits that kubernetes offers. The assumption is that kube is used for autoscaling and that, if the inbound traffic is predictable then the added complexity is unnecessary. When that happens the "kube isn't right for all situations" turns into "kube isn't right for any situation" whether the person in question would ever admit that or not..
All of this ignores the MASSIVE reliability enhancement kube delivers and the huge amount of effort currently going into modern tool development surrounding the kube ecosystem.
I figured it was something like that. I don't think anybody in the industry believes kubernetes is even close to a great solution (it is a good one, just not great), but it's mature enough that it solves most business needs well and there aren't any good alternatives that I've seen.
I honestly love it. Of course it's not perfect but I don't ever want to go back to the old way if I can avoid it.