Rootless Podman I/O
A colleague of mine asked me today to prove that rootless podman has worse I/O performance than running podman as root. Which I claimed.
My instinct is that it gotta be worse, because fuse-overlayfs is overlayfs implementation in userspace, so it gotta be less performant than a kernel module. Let’s see.