this post was submitted on 28 Mar 2025
709 points (98.0% liked)

Programmer Humor

22188 readers
2116 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] isVeryLoud@lemmy.ca 1 points 5 days ago (1 children)

I'm ok with k8s, I'm just chicken shit because I've never had an opportunity to use them in prod.

How does Talos differ from something like Ubuntu with microk8s?

The only way to interact with it is using talosctl (no ssh, very minimal console, etc.) It is pretty slim and designed only to use k8s. Ubuntu on the other hand is general purpose that can be made to use k8s.

Basically the idea being that your nodes are also cattle.

It's very interesting. I'm debating moving from fedora coreos to it. About to spin up a test cluster whenever I have free time.