this post was submitted on 05 Apr 2024
694 points (97.4% liked)

Programmer Humor

32171 readers
330 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] bort@sopuli.xyz 1 points 6 months ago* (last edited 6 months ago) (1 children)

is stateless possible without kubernetes? (and without vendor lock in?)

GP said:

RE: Containers, even if you DO go that route, do you really need Kubernetes, which will come at an additional monetary and also maintenance cost? The likely answer at least initially is a big fat “no”.

[–] redcalcium@lemmy.institute 2 points 6 months ago

There are self-hosted runtime such as workerd that allows you to run your own stateless lambda-like platform. It's kinda losing steam these days though, and everyone seems to be pushing self-hosted kubernetes as the best way to get off the cloud these days.