Hacker News new | ask | show | jobs
by ec109685 3042 days ago
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.
1 comments

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.