this post was submitted on 29 Feb 2024
361 points (98.1% liked)

Programmer Humor

19557 readers
1065 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
[–] [email protected] 53 points 8 months ago (16 children)

I’ve got 20+ years of professional experience at all different levels. I can take an idea and turn it into a Docker image with fully automated CI/CD on myriad cloud platforms.

K8s is still black magic to me.

[–] [email protected] 17 points 8 months ago (8 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 8 months ago (4 children)
[–] [email protected] 5 points 8 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.

load more comments (3 replies)
load more comments (6 replies)
load more comments (13 replies)