2 ms·
What are my options to replace Docker Compose? I dont want to introduce a chaotic mess by using kubernetes. Or to dedicate brain power to learn what they change
by entropy1111 7y ago
What are my options to replace Docker Compose? I dont want to introduce a chaotic mess by using kubernetes. Or to dedicate brain power to learn what they changed every week. Their readme really confuses me with podman play, kompose, k8s.
- Conan_Kudo 7y agoThere is an implementation of docker compose for podman in development: https://github.com/muayyad-alsadi/podman-compose https://github.com/muayyad-alsadi/podman-compose
- entropy1111 7y ago>it's still underdevelopment and does not work yet. >https://github.com/muayyad-alsadi/podman-compose/issues/13 https://github.com/muayyad-alsadi/podman-compose/issues/13 Hard to trust a repo like that for production. Unless Red Hat provides an alternative I won't be able to use podman. IIRC they said it was too hard to keep up with K8S changes so even an abstraction for that would be too costly.