(no title)
rmk2 | 7 years ago
Podman also uses the same notion of pods, and it doesn't support docker-compose syntax/files, because RedHat strongly believes that Kubernetes has already won. Basically, podman/podlib allow you an easy migration path from your local computer to a k8s cluster, with the same images and same concepts. Have a look here: https://github.com/containers/buildah#buildah-and-podman-rel...
nirv|7 years ago
Could you expand on that please? Almost everything I run locally (be it a self-hosted service or app devel) with docker is a docker-compose stack. It allows me to easily manage/monitor services via CLI or Portainer. How does Podman and other modern tools offer to solve this case, or is it proposed now to use K8s locally?
I got enthusiastic about Podman not having a daemon and running Podman containers as a non-root user[1].
[1] https://opensource.com/article/18/10/podman-more-secure-way-...
detaro|7 years ago