this post was submitted on 28 Mar 2025
727 points (98.0% liked)

Programmer Humor

22136 readers
2099 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
 
top 28 comments
sorted by: hot top controversial new old
[–] [email protected] 127 points 4 days ago

To be fair Kubernetes creates copies of the things it drops into the ocean to replace them as fast as they’re lost.

[–] [email protected] 71 points 4 days ago (1 children)

I'd say that docker compose also has the containers strapped together with holes cut in the walls between them for communication.

Kubernetes is more the crane that stacks the containers onto passing ships instead of a singular ship itself.

[–] [email protected] 39 points 4 days ago (1 children)

Seriously! There's no network, NAT, port forwarding, network isolation - hell, not even any iptables rules in any of these images. This meme makes no fucking sense.

[–] [email protected] 8 points 4 days ago

almost as bad as kubernetes.

[–] [email protected] 29 points 4 days ago
[–] [email protected] 17 points 3 days ago* (last edited 3 days ago) (3 children)

Kubernetes is more stable than docker compose. Docker compose is fishing for containers after the ship capsized. Frustrating and nothing works out of the box.

[–] [email protected] 19 points 3 days ago

Huh? All my docker compose projects work fine 'out of the box', the oldest ones have been stable for years now.

[–] [email protected] 15 points 3 days ago

I personally really enjoy interacting with docker compose and I've successfully used docker compose to get a 0 downtime setup on my company's internal web servers by using a reverse proxy

[–] [email protected] 6 points 3 days ago* (last edited 3 days ago)

Docker Compose brought "works on my machine" to the cloud.

[–] [email protected] 24 points 4 days ago (1 children)
[–] [email protected] 27 points 4 days ago (1 children)
[–] [email protected] 2 points 2 days ago

ECS/EKS: The ocean belongs to someone else.

[–] [email protected] 9 points 3 days ago* (last edited 3 days ago)

Suddenly, thousands of sneakers wash ashore all over Ireland and everybody is trying to pair them up.

[–] [email protected] 18 points 4 days ago

Each container sk8s right off the deck.

[–] [email protected] 13 points 4 days ago (1 children)
[–] [email protected] 3 points 4 days ago (2 children)

???

Looks like I gotta new rabbit hole to jump down tonight

[–] [email protected] 5 points 3 days ago

If replacing an existing server, make sure to wipe the disk during install.

[–] [email protected] 2 points 3 days ago (1 children)
[–] [email protected] 1 points 3 days ago (2 children)

Is it production-ready?

I'm thinking of setting it up on an OVH bare metal dedicated server to run various sites and Docker processes, but I don't want to handle Kubernetes myself.

[–] [email protected] 3 points 3 days ago (1 children)

You always have to manage kubernetes. And talos is nothing but a ready to do k8s os.

If you don't want kubernetes I'd suggest something like fedora coreos.

[–] [email protected] 1 points 3 days ago (1 children)

I'm ok with k8s, I'm just chicken shit because I've never had an opportunity to use them in prod.

How does Talos differ from something like Ubuntu with microk8s?

[–] [email protected] 1 points 3 days ago

The only way to interact with it is using talosctl (no ssh, very minimal console, etc.) It is pretty slim and designed only to use k8s. Ubuntu on the other hand is general purpose that can be made to use k8s.

Basically the idea being that your nodes are also cattle.

It's very interesting. I'm debating moving from fedora coreos to it. About to spin up a test cluster whenever I have free time.

[–] [email protected] 1 points 3 days ago

I was aware of kubernetes 6 months ago, but had never used it.
I got a 3 node cluster running in a day, and was learning kubernetes.
The only issues I've had were due to hardware failure causing etcd instability, and misconfigured operators generating terabytes of logs leading to pod eviction.

I don't know what would signify it being production ready. It had all the levers and knobs I needed. I haven't yet needed to run a sysadmin debug container to poke around the host OS.
It's also great for learning. If you make a mistake, it's very easy to wipe and reinstall and get back to where you were.

[–] [email protected] 4 points 4 days ago (1 children)

Where is openshift in this?

[–] [email protected] 14 points 4 days ago (2 children)

The ship is painted red and a few containers are bolted to it, rather than use provided.

[–] [email protected] 4 points 3 days ago (1 children)

Don't forget the exorbitant fees by Red Hat.

[–] [email protected] 3 points 3 days ago

If you use much of the software that is included in the support package, then the price seems reasonable. No way you could get the same price if you went to each provider individually. If all you use is bare bones openshift, then you're right.

[–] [email protected] 1 points 3 days ago

This is the most accurate description I can think of.