I hope that’s not literally true — but I’ve already seen a project running on just a single pod. From what I’m seeing, Kubernetes really is very common these days, which is why I allowed myself this little hyperbole.
Dominik Szymański I have been sticking with single-container implementations for years and years. Curious if a kubernetes write-up like this podman one would change that, especially after moving to podman
Dominik Szymański I realize what bothers me so much with this - one of the biggest improvements of Podman is not having a (root) daemon. But then you throw it all out of the window when deciding to run it on some sketchy single node K8. I think I just stick with Docker Compose then.