Hacker News new | ask | show | jobs
by Cthulhu_ 1544 days ago
Isn't that just running your own server? Just say "we are at capacity, sorry" if it starts to give issues from load.
1 comments

Exactly the opposite. You build a container and Kubernetes just runs, updates and scales it, and also connects your dependencies (DBs, Queues, ...). It even creates and manages your dependencies.

Without thousands of lines of yaml and funky environment variables. Magically. So let's call it Magic Kubernetes then :)

i.e. you want an operator with CRDs for your application. (my former role was writing one). a good operator does make a specific application work "magically".