←back to thread

272 points twelvenmonkeys | 1 comments | | HN request time: 0.2s | source
Show context
NewJazz ◴[] No.42139600[source]
Does podman support docker compose files well? Devs love them for local environments.
replies(6): >>42139683 #>>42139823 #>>42140017 #>>42140109 #>>42140241 #>>42140505 #
madspindel ◴[] No.42140109[source]
Try podman kube generate and podman kube play. Podman can generate a Kubernetes YAML, and then you can run it with kube play.

I use it together with systemd in my home lab. It's Kubernetes for single node and without the bloat. I love it!

https://www.redhat.com/en/blog/kubernetes-workloads-podman-s...

replies(1): >>42141766 #
1. bjoli ◴[] No.42141766[source]
Being able to play around with kube files and then just shove them into a my-seevice.kube and execute them via systemd is really neat. The documentation is pretty OK as well: https://docs.podman.io/en/latest/markdown/podman-systemd.uni...

The only downside is that some things are not yet supported in quadlets, and that things don't map 1 to 1 between quadlets and the command line.