Have you considered how pods might help your situation here? Whenever
I'm asked about networking, it's the first thing I think of anyways.
On Mon, 2021-03-01 at 11:28 +0000, Youri LACAN-BARTLEY wrote:
Hi all!
I'm scratching my head a little bit about how to set up my containers
especially when it comes to networking.
I've created a rootful pod with two containers to run nginx-proxy-
manager (
https://nginxproxymanager.com/) and be able to publish low
ports (80 and 443).
However, I now wish to run a variety of services that can be hosted
in rootless containers.
My main issue is how to have a reliable way of declaring these
various rootless containers in nginx-proxy-manager without having to
rely on static IPs. I know I can't use the dnsname plugin since the
rootful and rootless containers won't be sharing the same podman
network.
The only workaround I've found so far is to publish high ports for my
rootless containers and accessing them from within the nginx-proxy-
manager rootful container using the default gateway of podman network
(10.88.0.1) and the published high port in question. Is this the
right way to go ?
Thanks!
_______________________________________________
Podman mailing list -- podman(a)lists.podman.io
To unsubscribe send an email to podman-leave(a)lists.podman.io