|
|
|
|
|
by avereveard
1633 days ago
|
|
Even if one is deploying lecacy application, as long as you can pack it into an image, kubernetes removes a truckload of busywork around maintaining the nodes os, managing high availability failovers, error recovery in general etc. That's a lot of maintenance code one doesn't have to write and instances one doesn't have to manage. The only thing I miss is a way to have a live debugging environment for developer or one that can be quickly started off local build outputs, then it'd be perfect. |
|