Replies: 1 comment 4 replies
-
|
No, the recommend way is to have one network per service (make sure you set the isolate=strict option) and then reverse proxy is connected to all the networks. There is containers/netavark#1009 for isolation on the network but then you could also no longer talk to the reverse proxy container as it is a all or nothing. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a reverse proxy situation going on, and I would like to allow traffic only from the proxy container and to the Internet. I don't want to create a separate network for every single container. This might be referred to as layer 2 isolation in other contexts. I can find no information on this. (except possibly using pasta?) Is this fundamentally incompatible with how container networking works, or is just no one doing this?
Beta Was this translation helpful? Give feedback.
All reactions