I am running podman 4.4.1 on RHEL 8.6 Real-time. I have been having latency issues with the default CNI network in rootless containers and am trying to evaluate netavark as a backend.
What I have tried:
- I ran
podman system reset --force
- I changed
network-backend:"cni"
parameter in /usr/share/containers/containers.conf tonetwork-backend:"netavark"
- I repeated
podman system reset --force
- Running
podman info --debug
showsnetworkBackend: netavark
- Rebooting
- Running
podman network create newnet
- Running my container with the
--network=newnet
The problem is that running a container still starts the slirp4netns
process. This leads me to believe that it is not using the netavark backend. Is slirp4netns still required when using netavark on a rootless container?