▲ | lmm 10 hours ago | |
> Every item on that list is "boring" tech. Approximately everyone have used load balancers, test environments and monitoring since the 90s just fine. What is it that you think make Kubernetes especially suited for this compared to every other solution during the past three decades? You could make the same argument against using cloud at all, or against using CI. The point of Kubernetes isn't to make those things possible, it's to make them easy and consistent. | ||
▲ | drw85 3 hours ago | parent | next [-] | |
But none of those things are easy. All cloud environments are fairly complex and kubernetes is not something that you just do in an afternoon. You need to learn about how it works, which takes about the same time as using 'simpler' means to do things directly. Sure, it means that two people that already understand k8s can easily exchange or handover a project, which might be harder to understand if done with other means. But that's about the only bonus it brings in most situations. | ||
▲ | eadmund an hour ago | parent | prev [-] | |
> The point of Kubernetes isn't to make those things possible, it's to make them easy and consistent. Kubernetes definitely makes things consistent, but I do not think that it makes them easy. There’s certainly a lot to learn from Kubernetes, but I strongly believe that a more tasteful successor is possible, and I hope that it is inevitable. |