←back to thread

1101 points codesmash | 1 comments | | HN request time: 0.21s | 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 #
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 #
1. hamdingers ◴[] No.45139263[source]
I'm a CKA and use docker compose exclusively in my homelab. It's simpler.