|
|
|
|
|
by ownagefool
62 days ago
|
|
I wrote a scheduler for VMs a long time ago. k8s is basically just the same thing but for containers. It really confuses me how someone can argue for cloud providers over a decent open solution without realising their argument is simply they don't want to be managing the thing. And that's fine, most teams shouldn't be neck deep in managing a platform. But that doesn't make the solution bad. |
|
You're going to want most of what K8s has anyway: blue-green deployments, some way to specify how many replicas you want, health checks, etc.
The initial setup cost is annoying if you've never done it before, but in terms of maintenance it's very very easy.