this post was submitted on 29 Feb 2024
349 points (98.3% liked)

Programmer Humor

19184 readers
1252 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 1 year ago
MODERATORS
 

The site name's a play on "The Onion" so it's gotta be satire, right? I couldn't find an about page to confirm.

you are viewing a single comment's thread
view the rest of the comments
[–] fruitycoder 17 points 6 months ago (2 children)

Just a system that deploys, injects configs, mounts dies, handles the networking based on configs and scheduling.

It CAN get more complicated since it enables more advanced deployment types, but it can be simple.

I run k3s on every computer of mine as a single node cluster now as an alt to running podman or docker.

[–] [email protected] 14 points 6 months ago (3 children)
[–] fruitycoder 10 points 6 months ago

K3s is a k8s distribution built to be easy and light weight

[–] [email protected] 5 points 6 months ago

K3s is a distribution of Kubernetes that bundles in a few commonly used convenient tools. It’s fairly lightweight compared to vanilla k8s, and it’s simple to setup. It’s a great choice for experimenting and learning and also production ready when you’re ready to push it farther.

[–] [email protected] 2 points 6 months ago (1 children)

I too am puzzled on why we changed subjects.

[–] [email protected] 4 points 6 months ago

kubernetes kloud klan - they ride around discriminating against other types of infrastructure

[–] [email protected] 2 points 6 months ago (2 children)

I'd love to learn it, but my biggest hurdle has been getting a cluster actually running. Could you recommend a good tutorial?

[–] [email protected] 2 points 6 months ago

I don't have a tutorial to recommend but starting to play around with Minikube myself, should skip the need for an actual cluster

[–] fruitycoder 1 points 5 months ago

RancherDesktop if you want a dead simple way to spin up a k3s cluster with a GUI. All of the kubernetes tooling works on too. Works on Linux, Windows, and Mac (Intel and Apple SI).

Rancher.academy had, at one point, been a really good resource, but I honestly just haven't watched tutorial in a while for k3s/rke2 so I would be lying if I said I knew one.