361
Company forgets why they exist after 11-week migration to Kubernetes
(www.theolognion.com)
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.
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.
Kubernthrees?
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.