|
|
|
|
|
by ornornor
2247 days ago
|
|
I feel this post is addressing something else. Serverless is pretty much simple especially with a framework of the same name or on say netlify. All your code is in one repo and you don’t have to worry about the servers at all. The blogpost is more about orgs deciding to manage their servers too, going full on kubernetes, docket, etc. That’s what complicated everything because now you need dozens of other systems just to make your container architecture work. But serverless? You need nothing. Just push to a repo and you’re done because someone else is doing the cat herding of running the containers. |
|