-
With docker, we have docker-compose.yaml, but with podman, I think we don't have a oficial solution, that make possible have my infrastructure on git, and deploy them with some command out of the box. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
podman play kube can use the kubernetes.yaml file. |
Beta Was this translation helpful? Give feedback.
-
Podman can also use the docker-compose as well |
Beta Was this translation helpful? Give feedback.
-
The following blog could be a good starting point, covering both K8s yaml and compose: https://www.redhat.com/sysadmin/compose-podman-pods |
Beta Was this translation helpful? Give feedback.
podman play kube can use the kubernetes.yaml file.