Hacker News new | ask | show | jobs
by theshrike79 1481 days ago
In the real world you kinda need to pick a provider.

Having all your code platform agnostic isn't really a viable option unless you've got budget to spare.

2 comments

I’m not an infra person by any means, but isn’t that what containers are for?
Obviously there are tradeoffs involved in using containers. But aside from that, they also don't typically get you platform independence by themselves unless you also choose not to use any other cloud features (e.g. object storage, queues, IaaS, "serverless" features like DO Functions or Lambdas, key management services, IAM-type services, etc.).

In my experience, it's building for the cloud as a platform vs targeting a pre-cloud infra that ties you to a particular cloud. You can obviously DIY all of that in your own containers, but then you're making a choice to invest in infra instead of buying it.

> Having all your code platform agnostic isn't really a viable option

Of course it is