I’m sure ‘serverless’ has a good time and place to be used, but in my experience it has just always the worse choice.
“But we need to be able to scale!”
Sure, but we’re not in a place where we’re getting anywhere near early mySpace / Facebook / Google style growth. Just get a regular ass cheap VPS and stick your service on it; if you need to expand upgrade the VPS. If it’s starts getting serious then let’s look at compartmentalizing and distributing it if we need to.
eleijeep@piefed.social 22 hours ago
This is just an ad for “Viduli, The AI-native cloud platform”
The discussion itself is off-topic for this community anyway. Who would even think about using “serverless” for self-hosting?
fruitycoder@sh.itjust.works 20 hours ago
I use serverless via knative in my homelab…
EncryptKeeper@lemmy.world 18 hours ago
Why wouldn’t serverless technologies be relevant to the self hosted community?
Goodeye8@piefed.social 13 hours ago
The discussion is off topic for the same reason web development software patterns or the benefits of choosing one language over another aren’t really relevant to the selfhosting community. Because most self-hosters don’t develop the software they host, they set up existing software. Serverless technology itself might be relevant, if there was a project using that, but how the architectural decision impacts software development is not really relevant to self-hosters.
RedirectedPotato@lemmy.world 16 hours ago
I can’t think of a single open source / self hostable app that needed, or even had an option to deploy as a function. I have seen FaaS projects though, but they deploy to docker.