Hacker News new | ask | show | jobs
by k__ 3042 days ago
And you have this with containers as with serverless. So no argument here.
1 comments

No, with Kubernetes, you specify, for example, that your app needs block store of a certain size or ingress at a certain port. The runtime knows how to satisfy that on each cloud.
What I meant was, when you set up the container and got your data in S3, it is in there, same goes with serverless.

Nobody prevents you to write your serverless function so it needs a block store of a certain size or ingress at a certain port.

But there is no standard way to specify those requirements in a cloud agnostic manner.