Hacker News new | ask | show | jobs
by vbezhenar 947 days ago
My opinion is that serverless means you don't have to deal with servers (physical or virtual). You deal with higher-level entities. You don't install Ubuntu, you just provision database from web UI or terraform script. Hardware, OS and some software is managed for you. This allows consumer to deal with less complexity and this allows provider to be more flexible with resource allocations.
1 comments

Does that mean Kubernetes is serverless? Especially something like GKE autopilot?