Replies: 2 comments
-
I wrote some traefik examples here For example, I added the label
For details, see |
Beta Was this translation helpful? Give feedback.
-
I think the main issue is that docker has no pods so the docker integration talking to the podman compatibility socket doesn't know about pods either. So yeah I don't think you can use labels on the pod for traefik to read them. Personally I just use the config file to configure to treafik instead of exposing the socket into the container which I consider insecure. That works fine with pods. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was not able to figure out how my default way to go can be supported with Traefik.
At Traefik, I use the docker integration to detect the services.
The socket is action, single containers are no problem.
Is there a way to provide the necessary labels (e.g. traefik.enable, loadbalancer and rule settings) for pods?
It seems that there is not a lot of documentation out there for such an use case.
Could anybody help?
Thanks a lot.
Daxi
Beta Was this translation helpful? Give feedback.
All reactions