DEV Community

Discussion on: My monolith doesn't fit in your serverless

Collapse
 
iamcherta profile image
Gabriel Chertok

Thanks for your comment Ben!

I agree with most of what you say, I still believe running Docker containers is far more complex than being provided with a platform, either a serverless platform or a serverfull (?) one (rendr, Heroku).

Other than that I fully embrace the monolith model myself, and I make the conscious decision of what problems I want to deal with. I understand I'll need to deal with some infrastructure problems and probably incur in more costs, but I gain productivity and traceability of my code and program behaviors, and that for me is far more important.

Collapse
 
benbonnet profile image
Ben

Well it boils down to saying "Running a monolith is painful, and if you dare using docker, you'll loose productivity"

Things can alway get better, and there are always improvements to find anywhere

Most failed at serverless. It has been created by cloud providers to increase lock-in, that's all. Not to really help anyone's productivity. Going serverless does not mean that you have to stick to the advertised schema

Once you read between the lines, it'll maybe cost you an hour or so to learn those ten lines of docker maybe, and probably way less to find out where your stdout should go. This can be seen as a productivity loss of course..