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

Programmer Humor

19817 readers
132 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
 

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] 49 points 10 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] 16 points 10 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] 2 points 10 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?

[–] finkrat 2 points 10 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

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