Is it not possible for containers to share IPs at all? Should there be a /etc/netplan/config.yaml on Ubuntu Bionic containers?
INBOUND: If I have multiple containers sharing an IP, and these containers need to listen for incoming connections but there is no overlap in ports, how do I route these requests to the proper container? I would like to use bridging.
OUTBOUND: It seems that I can't even give multiple containers the same public IP using a bridge, the connection in the container is intermittent - even ping fails from time to time. There are no duplicate MAC addresses.
I already have security groups applied to each container with the ports they need to listen on. Outgoing policy is ACCEPT.
INBOUND: If I have multiple containers sharing an IP, and these containers need to listen for incoming connections but there is no overlap in ports, how do I route these requests to the proper container? I would like to use bridging.
OUTBOUND: It seems that I can't even give multiple containers the same public IP using a bridge, the connection in the container is intermittent - even ping fails from time to time. There are no duplicate MAC addresses.
I already have security groups applied to each container with the ports they need to listen on. Outgoing policy is ACCEPT.