|
|
|
|
|
by SOLAR_FIELDS
359 days ago
|
|
It's yet another argument, like many arguments against Kubernetes, that essentially boils down to "Kubernetes is complicated!" No, deployment of a distributed system itself is complicated, regardless of the platform you deploy it on. Kubernetes is only "complicated" because it can do all of the things you need to do to deploy software, in a standard way. You can simplify by not using Kube, but then you have to hand roll all of the capabilities that Kube just gives you for free. If you don't need a good hunk of those capabilities, you probably don't need Kube. |
|