←back to thread

1101 points codesmash | 3 comments | | HN request time: 0.318s | source
Show context
mrighele ◴[] No.45137889[source]
> If your Docker Compose workflow is overly complex, just convert it to Kubernetes YAML. We all use Kubernetes these days, so why even bother about this?

I find that kubernetes yaml are a lot more complex than docker compose. And while I do, no, not everybody uses kubernetes.

replies(3): >>45138013 #>>45138269 #>>45143229 #
1. osigurdson ◴[] No.45138269[source]
I don't know how to create a compose file, but I do know how to create a k8s yaml. Therefore, compose is more "complex" for me.
replies(2): >>45138903 #>>45139263 #
2. 0_gravitas ◴[] No.45138903[source]
This is a conflation of "Simple" and "Easy" (rather, "complex" and "hard"). 'Simple vs Complex' is more or less objective, 'Easy vs Hard' is subjective, and changes based on the person.

And of course, Easy =/= Simple, nor the other way around.

3. hamdingers ◴[] No.45139263[source]
I'm a CKA and use docker compose exclusively in my homelab. It's simpler.