Decided to try NGINX in a rootless pod instead of on the host like before. That was a difficult ride... The only way I could figure out how to have IPv6 and have real src IPs (in the NGINX pod):
- NGINX in the host network ns
- A separate IPv6-enabled container network for app pods
- All app pods still expose ports on the host
- NGINX proxy_pass to "localhost:port"
Any idea if the host ports for app pods could be avoided? It was late, so I may have missed something obvious.
#podman #pods #passt #rootlesscontainers #rootless
