I am currently using docker with Pipework to assign IPs of the host network to my containers. Can this be automated with Rancher?
I want this because our gateway does custom routing based on the source IP. If I don’t have a host network IP then we cannot route properly. The alternative is to assign multiple IP’s to the host and then route them per container.
I hope I am framing my question correctly.
thanks,