Comment on Question on SSL traffic between podman containers and clients (should I run k3s?)
Chewy7324@discuss.tchncs.de 1 year agoThanks for the long reply. Sadly I don’t know enough about unix sockets and docker/podman networking to help you.
I’ve only used unix sockets with postgresql and signald. For both I had to mount the socket into the container and for the postgres I had to change the config to use unix sockets.
MigratingtoLemmy@lemmy.world 1 year ago
I see. My use-case would probably be better served through a software bus implementation (how would I keep all of these containers attached to the bus? Isn’t that a security risk?), but perhaps handling everything through the network behind individual reverse-proxies might be the best idea in this case.