this post was submitted on 29 Feb 2024
361 points (98.1% liked)
Programmer Humor
19529 readers
671 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
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.
I'd love to learn it, but my biggest hurdle has been getting a cluster actually running. Could you recommend a good tutorial?
I don't have a tutorial to recommend but starting to play around with Minikube myself, should skip the need for an actual cluster