Hacker News new | ask | show | jobs
by harpratap 2214 days ago
One could argue if you have a tiny set of services you are better off using a managed offering like AWS Lambda or Cloud Run
1 comments

There are organisations with 1000's of services on Serverless seeing enormous benefits in reduced management overhead and reduced costs compared to the Kubernetes solution they previously ran.
My issue with serverless though is that you need to refactor your code to make it work specifically for it. If you don't start to think serverless on day one it gets more and more difficult to convert to it down the road.