How to do proper composition with kubernetes style pod or deployment definitions? #12570
Unanswered
andrew-kennedy
asked this question in
Q&A
Replies: 1 comment
-
Does anyone have any answers here? I am basically wondering if I have to collapse all 15 or so containers that I wanted to share a network namespace into one |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a large podman pod that I originally set up via podman's support of
docker-compose
, with around 15 containers. The reason I have so many grouped together is that they are all web services designed to be reachable via localhost by the reverse proxy that is also in the pod. Is there a way to turn any yaml generated bypodman generate kube
and break it up nicely so that all containers can be declared/edited in their own files but all deployed within the same pod?Beta Was this translation helpful? Give feedback.
All reactions