Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I really like rootless podman, but there is one quirk in that if you want to preserve the original source IP address (e.g. for web server logs), you have to use a workaround which has a performance penalty.

https://github.com/containers/podman/issues/10884

https://github.com/containers/podman/pull/9052

https://github.com/containers/podman/pull/11177



That workaround is not needed if the web server container supports socket activation. Due to the fork-exec architecture of Podman, the socket-activated socket is inherited by the container process. Network traffic sent over this socket-activated socket has native performance. https://github.com/containers/podman/blob/main/docs/tutorial...


Correct me if I'm wrong but doesn't pasta solve this?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: