▲ | Pedro_Ribeiro 3 months ago | |||||||
Can you elaborate on other things you think Kubernetes gets wrong? Asking out of curiosity because I haven't delved deep into it. | ||||||||
▲ | Cpoll 3 months ago | parent [-] | |||||||
It's good you asked, but I'm not ready to answer it in a useful way. It depends entirely on your use cases. Some un-nuanced observations as starting points: - Helm sucks, but so does Kustomize - Cluster networking and security is annoying to set up - Observability is awkward. Some things aren't exposed as cluster metrics/events, so you need to look at, say, service and pod state. It's not easy to see, e.g. how many times your app OOMed in the last hour. - There's a lot of complexity you can avoid for a while, but eventually some "simple" use case will only be solvable that way, and now you're doing service meshes. Maybe "wrong" is the wrong word, but there are spots that feel overkill, and spots that feel immature. | ||||||||
|